Compare commits

..

No commits in common. "51ae8d2b0004dabe2a559bd580069d27b54966f0" and "5951cad1efb14c917c608d7314e4b88a2899318b" have entirely different histories.

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 = true;
signByDefault = false;
};
};
};

View file

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