1
0
Fork 0
forked from fabian/nix

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 = {
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;
};