diff options
author | EuAndreh <eu@euandre.org> | 2018-07-05 22:47:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-05 22:47:47 -0300 |
commit | 4815ad572fecbcd598c0ec5f65001c616a39618c (patch) | |
tree | 05506fe59b875daa10b48004aefc39ec0037cc39 /nixos | |
parent | Upgrade profiles.clj (diff) | |
download | dotfiles-4815ad572fecbcd598c0ec5f65001c616a39618c.tar.gz dotfiles-4815ad572fecbcd598c0ec5f65001c616a39618c.tar.xz |
Enable Gnome keyring for andreh user
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/configuration.nix | 1 |
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 |