From dfa3ac3d0c1631865b3cb181f5d51bf9ef8c1c8f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 13 Jul 2018 13:19:36 -0300 Subject: Remove sudo ad-hoc config for andreh --- nixos/configuration.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'nixos/configuration.nix') 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 -- cgit v1.2.3