diff options
author | EuAndreh <eu@euandre.org> | 2018-07-13 13:19:36 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-13 13:19:36 -0300 |
commit | dfa3ac3d0c1631865b3cb181f5d51bf9ef8c1c8f (patch) | |
tree | 16954d88a77581345e4637388ac8976d8b495f72 | |
parent | Moved to nucli (diff) | |
download | dotfiles-dfa3ac3d0c1631865b3cb181f5d51bf9ef8c1c8f.tar.gz dotfiles-dfa3ac3d0c1631865b3cb181f5d51bf9ef8c1c8f.tar.xz |
Remove sudo ad-hoc config for andreh
-rw-r--r-- | nixos/configuration.nix | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 3327d8f..1ef1104 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -312,14 +312,9 @@ }; }; - security.pam.services.andreh.enableGnomeKeyring = true; - security.sudo = { - enable = true; - ## FIXME: this shouldn't be necessary, since wheels group already has sudo - extraConfig = - '' - andreh ALL=(ALL) ALL - ''; + security = { + pam.services.lightdm.enableGnomeKeyring = true; + sudo.enable = true; }; # This value determines the NixOS release with which your system is to be |