aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/configuration.nix11
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