about summary refs log tree commit diff
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, 5 insertions, 0 deletions
diff --git a/hosts/common/system/security.nix b/hosts/common/system/security.nix
new file mode 100644
index 0000000..b35e60e
--- /dev/null
+++ b/hosts/common/system/security.nix
@@ -0,0 +1,5 @@
+{ config, ... }:
+
+{
+  security.sudo.wheelNeedsPassword = false;
+}