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 'hosts/common/system/security.nix')
| -rw-r--r-- | hosts/common/system/security.nix | 5 |
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; -} |
