diff --git a/default.nix b/default.nix index 5713f142..5de2ff98 100644 --- a/default.nix +++ b/default.nix @@ -115,7 +115,7 @@ # litearlly! ! ! ! ! ! programs.gnupg.agent = { enable = true; - pinentryFlavor = "gnome3"; + pinentryFlavor = "gtk2"; # enableSSHSupport = true; }; diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index b5a786a2..c39dc5dd 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -64,7 +64,7 @@ }; programs.gnupg.agent = { enable = true; - pinentryFlavor = "tty"; + pinentryFlavor = "gnome3"; }; # bare minimum environment.systemPackages = with pkgs; [ @@ -119,6 +119,5 @@ security.sudo.wheelNeedsPassword = true; - system.stateVersion = "22.05"; }