aboutsummaryrefslogtreecommitdiff
path: root/hosts/common/system/security.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/system/security.nix')
-rw-r--r--hosts/common/system/security.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/common/system/security.nix b/hosts/common/system/security.nix
deleted file mode 100644
index b35e60e..0000000
--- a/hosts/common/system/security.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ config, ... }:
-
-{
- security.sudo.wheelNeedsPassword = false;
-}