Add gpg-agent config
This commit is contained in:
parent
bd92b05e42
commit
069f929735
|
@ -9,5 +9,15 @@
|
||||||
settings.PASSWORD_STORE_DIR = "$HOME/.password-store";
|
settings.PASSWORD_STORE_DIR = "$HOME/.password-store";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.gpg-agent.enable = true;
|
services.gpg-agent = {
|
||||||
|
enable = true;
|
||||||
|
defaultCacheTtl = 7200;
|
||||||
|
defaultCacheTtlSsh = 7200;
|
||||||
|
pinentryFlavor = "gtk2";
|
||||||
|
extraConfig = ''
|
||||||
|
no-allow-external-cache
|
||||||
|
allow-emacs-pinentry
|
||||||
|
allow-loopback-pinentry
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue