fix: add back pinentry config

This commit is contained in:
Felix Schröter 2024-05-26 17:35:11 +02:00
parent f5d872329b
commit aa1fb0f14b
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@
sshKeys = [ "3C48489F3B0FBB44E72180D4B1D7541C201C9987" ];
defaultCacheTtl = 600;
defaultCacheTtlSsh = 600;
pinentryPackage = pkgs.pinentry-curses;
};
programs.zsh.initExtra = ''
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh

View file

@ -23,6 +23,7 @@ with pkgs; {
sshKeys = [ "8A6213DCDAF86BD3A63549FCFDF71B2C92DAE02C" ];
defaultCacheTtl = 600;
defaultCacheTtlSsh = 600;
pinentryPackage = pkgs.pinentry-gnome3;
};
programs.zsh.initExtra = ''
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh

View file

@ -29,6 +29,7 @@
];
defaultCacheTtl = 600;
defaultCacheTtlSsh = 600;
pinentryPackage = pkgs.pinentry-gnome3;
};
programs.zsh.initExtra = ''
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh