diff options
Diffstat (limited to 'hosts/common/system/security.nix')
-rw-r--r-- | hosts/common/system/security.nix | 5 |
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; +} |