diff --git a/default.nix b/default.nix index 069b7f53..b25a26de 100644 --- a/default.nix +++ b/default.nix @@ -124,7 +124,7 @@ # litearlly! ! ! ! ! ! programs.gnupg.agent = { enable = true; - pinentryFlavor = "gtk2"; + pinentryPackage = "gtk2"; # enableSSHSupport = true; }; diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 6ecca238..410dcde6 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -94,7 +94,7 @@ programs.gnupg.agent = { enable = true; - pinentryFlavor = null; + pinentryPackage = null; settings = { pinentry-program = "/mnt/c/Program Files (x86)/Gpg4win/bin/pinentry.exe"; };