Everything works for now except dashboard and maybe some other
This commit is contained in:
@@ -1,18 +1,9 @@
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[user]
|
||||
name = Aner Zakobar
|
||||
email = aner@zakobar.com
|
||||
signingkey = 6D17E295C70E2674
|
||||
[credential]
|
||||
helper = !pass-git-helper $@
|
||||
|
||||
{ lib, config, pkgs, ... }:
|
||||
let
|
||||
isEnabled =
|
||||
config.azos.git.enable;
|
||||
config.azos.git-config.enable;
|
||||
in {
|
||||
optionns.azos.git.enable = lib.mkOption {
|
||||
options.azos.git-config.enable = lib.mkOption {
|
||||
default = true;
|
||||
example = true;
|
||||
type = lib.types.bool;
|
||||
|
||||
Reference in New Issue
Block a user