From 4815ad572fecbcd598c0ec5f65001c616a39618c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 5 Jul 2018 22:47:34 -0300 Subject: Enable Gnome keyring for andreh user --- nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/configuration.nix') diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 06369e5..69c6131 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -302,6 +302,7 @@ }; }; + security.pam.services.andreh.enableGnomeKeyring = true; security.sudo = { enable = true; ## FIXME: this shouldn't be necessary, since wheels group already has sudo -- cgit v1.2.3