Compare commits
2 commits
5951cad1ef
...
51ae8d2b00
Author | SHA1 | Date | |
---|---|---|---|
51ae8d2b00 | |||
a5291c6e71 |
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ in {
|
|||
programs.git = {
|
||||
signing = {
|
||||
key = config.local.services.gpg.defaultKey;
|
||||
signByDefault = false;
|
||||
signByDefault = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
gpg.defaultKey = "7206D8EE2474F3DF18EA876F0EC1691FF8C1A81F";
|
||||
gpg.defaultKey = "A8981D346F8F4130CA16A7775517E687FCCE0BB9";
|
||||
yubikey.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue