diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-05 19:40:58 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-05 19:40:58 -0700 |
| commit | 4c5a61dc9021ed5fca7ffaf5000abaf66c1b4ea8 (patch) | |
| tree | 83dac98a2d72cf06a8e1b33de11b685c5bc791b0 /hosts/common/system/security.nix | |
| parent | refactor users to a module (diff) | |
| download | infra-4c5a61dc9021ed5fca7ffaf5000abaf66c1b4ea8.tar.gz | |
refactor security to a module
Diffstat (limited to '')
| -rw-r--r-- | modules/system/security/default.nix (renamed from hosts/common/system/security.nix) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/system/security.nix b/modules/system/security/default.nix index b35e60e..9550e8d 100644 --- a/hosts/common/system/security.nix +++ b/modules/system/security/default.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ ... }: { security.sudo.wheelNeedsPassword = false; |
