about summary refs log tree commit diff
path: root/access.nix
diff options
context:
space:
mode:
Diffstat (limited to 'access.nix')
-rw-r--r--access.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/access.nix b/access.nix
index 2352d08..4bd3915 100644
--- a/access.nix
+++ b/access.nix
@@ -38,10 +38,7 @@ let
     "vnpower"
   ];
 in {
-  security.sudo = {
-    enable = true;
-    wheelNeedsPassword = false;
-  };
+  security.sudo.enable = true;
 
   services.openssh = {
     enable = true;