t14: use yubikey for git signing

This commit is contained in:
Fabian Montero 2025-09-24 21:25:08 -06:00
parent 5951cad1ef
commit a5291c6e71
2 changed files with 2 additions and 2 deletions

View file

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

View file

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