chore: update gpg & ssh keys
This commit is contained in:
parent
1ea55be7ac
commit
b6ed428886
4 changed files with 13 additions and 5 deletions
home
|
@ -34,7 +34,11 @@
|
|||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
sshKeys = [ "4AE1DDE05F4BB6C8E220501F1336A98E89836D90" ];
|
||||
# use auth subkey's keygrip: gpg2 -K --with-keygrip
|
||||
sshKeys = [
|
||||
"3C48489F3B0FBB44E72180D4B1D7541C201C9987"
|
||||
"8A6213DCDAF86BD3A63549FCFDF71B2C92DAE02C"
|
||||
];
|
||||
defaultCacheTtl = 600;
|
||||
defaultCacheTtlSsh = 600;
|
||||
pinentryFlavor = "gnome3";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue