From 0c6d77cdff9adad514db270b8c5a93627c32fb07 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 24 Dec 2023 14:44:12 +0400 Subject: [PATCH] d --- default.nix | 2 +- hosts/sakowsl/configuration.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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"; }