chore: update deprecated key
This commit is contained in:
parent
de9ae1f3a2
commit
636b7b79bc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
pinentryPackage = pkgs.pinentry-curses;
|
pinentry.package = pkgs.pinentry-curses;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
sshKeys = gpgSSHKeys;
|
sshKeys = gpgSSHKeys;
|
||||||
defaultCacheTtl = 3600 * 12;
|
defaultCacheTtl = 3600 * 12;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue