diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-05-02 08:03:36 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-05-02 08:03:36 -0700 |
| commit | 7aa912237697c08537688cc4d13d75bff819f7aa (patch) | |
| tree | 646be15680ccec130463e5c66da65a5cf0a0f403 /modules/system/security/default.nix | |
| parent | profiles/workstation: add font configurations (diff) | |
| download | infra-7aa912237697c08537688cc4d13d75bff819f7aa.tar.gz | |
profiles/default: more consolidation
Diffstat (limited to 'modules/system/security/default.nix')
| -rw-r--r-- | modules/system/security/default.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/system/security/default.nix b/modules/system/security/default.nix deleted file mode 100644 index debcd9e..0000000 --- a/modules/system/security/default.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ ... }: - -{ - imports = [ ./ssh.nix ]; - - security.sudo.wheelNeedsPassword = false; - security.polkit.enable = true; -} |
