fix(home/jujuts): update signing config

This commit is contained in:
Gabriel Fontes
2025-04-02 17:07:03 -03:00
parent 2097eac015
commit 9522062b10
+1 -1
View File
@@ -14,7 +14,7 @@
gitCfg = config.programs.git.extraConfig;
in {
backend = "gpg";
sign-all = gitCfg.commit.gpgSign;
behaviour = if gitCfg.commit.gpgSign then "own" else "never";
key = gitCfg.user.signing.key;
};
template-aliases = {