Compare commits

...

2 commits

Author SHA1 Message Date
51ae8d2b00
test 2025-09-24 21:27:41 -06:00
a5291c6e71 t14: use yubikey for git signing 2025-09-24 21:25:08 -06:00
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ in {
programs.git = {
signing = {
key = config.local.services.gpg.defaultKey;
signByDefault = false;
signByDefault = true;
};
};
};

View file

@ -17,7 +17,7 @@
};
services = {
gpg.defaultKey = "7206D8EE2474F3DF18EA876F0EC1691FF8C1A81F";
gpg.defaultKey = "A8981D346F8F4130CA16A7775517E687FCCE0BB9";
yubikey.enable = true;
};