feat: gopass

This commit is contained in:
FabricSoul 2025-08-12 12:34:16 -04:00
parent 813906ee3f
commit a07659f1d4
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{...}: {
services.gpg-agent = {
enable = true;
enableZshIntegration = true;
extraConfig = ''
pinentry-program /home/fabric/.nix-profile/bin/pinentry-curses
allow-loopback-pinentry
default-cache-ttl 86400
max-cache-ttl 31536000
'';
};
}