Remove passmenu, change pinentry to emacs
This commit is contained in:
parent
4c62219dde
commit
2462660e82
|
@ -6,7 +6,7 @@
|
|||
gpg.enable = true;
|
||||
password-store = {
|
||||
enable = true;
|
||||
package = pkgs.pass.withExtensions
|
||||
package = pkgs.pass-nodmenu.withExtensions
|
||||
(exts: with exts; [ pass-otp pass-update pass-audit pass-import ]);
|
||||
settings.PASSWORD_STORE_DIR = with config.home;
|
||||
"${homeDirectory}/.password-store";
|
||||
|
@ -19,7 +19,7 @@
|
|||
enable = true;
|
||||
defaultCacheTtl = 7200;
|
||||
defaultCacheTtlSsh = 7200;
|
||||
pinentryFlavor = "gtk2";
|
||||
pinentryFlavor = "emacs";
|
||||
extraConfig = ''
|
||||
no-allow-external-cache
|
||||
allow-emacs-pinentry
|
||||
|
|
Loading…
Reference in a new issue