Everything works for now except dashboard and maybe some other

This commit is contained in:
2025-04-23 08:41:19 +03:00
parent e2545d8e3d
commit 7fe99790a4
15 changed files with 187 additions and 32 deletions
+2 -11
View File
@@ -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;