mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-28 10:04:20 -05:00
fix(home/jujuts): update signing config
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user