t14: use yubikey for git signing
This commit is contained in:
parent
5951cad1ef
commit
a5291c6e71
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
gpg.defaultKey = "7206D8EE2474F3DF18EA876F0EC1691FF8C1A81F";
|
gpg.defaultKey = "A8981D346F8F4130CA16A7775517E687FCCE0BB9";
|
||||||
yubikey.enable = true;
|
yubikey.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue