gpg: Use pinentryPackage instead of pinentryFlavor
This commit is contained in:
parent
f04e2a3f3a
commit
3963c6a5d8
|
@ -20,7 +20,7 @@
|
|||
enableZshIntegration = true;
|
||||
enableSshSupport = lib.mkDefault nixosConfig.sbruder.gui.enable;
|
||||
|
||||
pinentryFlavor = if nixosConfig.sbruder.gui.enable then "gnome3" else "curses";
|
||||
pinentryPackage = if nixosConfig.sbruder.gui.enable then pkgs.pinentry-gnome3 else pkgs.pinentry-curses;
|
||||
|
||||
defaultCacheTtl = 300;
|
||||
defaultCacheTtlSsh = defaultCacheTtl;
|
||||
|
|
Loading…
Reference in a new issue