aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-05 22:47:34 -0300
committerEuAndreh <eu@euandre.org>2018-07-05 22:47:47 -0300
commit4815ad572fecbcd598c0ec5f65001c616a39618c (patch)
tree05506fe59b875daa10b48004aefc39ec0037cc39 /nixos
parentUpgrade profiles.clj (diff)
downloaddotfiles-4815ad572fecbcd598c0ec5f65001c616a39618c.tar.gz
dotfiles-4815ad572fecbcd598c0ec5f65001c616a39618c.tar.xz
Enable Gnome keyring for andreh user
Diffstat (limited to 'nixos')
-rw-r--r--nixos/configuration.nix1
1 files changed, 1 insertions, 0 deletions
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