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