From 5742305f74aa49f872f4323e290aa4e1f1f6c90e Mon Sep 17 00:00:00 2001 From: Alexander Szczepanski Date: Sun, 8 Aug 2021 15:38:51 +0200 Subject: [PATCH] added gnome-keyring --- configs/gui.nix | 2 +- configs/user-gui.nix | 5 +++++ configs/user.nix | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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 = {