diff --git a/configs/gui.nix b/configs/gui.nix index 43138e6..0d536c6 100644 --- a/configs/gui.nix +++ b/configs/gui.nix @@ -67,7 +67,7 @@ programs = { steam.enable = true; dconf.enable = true; - ssh.startAgent = true; + #ssh.startAgent = true; chromium = { enable = true; extensions = [ diff --git a/configs/user-gui.nix b/configs/user-gui.nix index 3cd9546..b12c6bd 100644 --- a/configs/user-gui.nix +++ b/configs/user-gui.nix @@ -215,6 +215,11 @@ "XF86AudioRaiseVolume" = "pulseaudio-ctl up"; }; }; + + gnome-keyring = { + enable = true; + components = [ "pkcs11" "secrets" "ssh" ]; + }; }; # manuals not needed diff --git a/configs/user.nix b/configs/user.nix index bba7a89..c7a7be9 100644 --- a/configs/user.nix +++ b/configs/user.nix @@ -100,7 +100,7 @@ } ]; localVariables = { - #SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh"; + SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh"; }; shellAliases = {