diff options
author | tdback <tyler@tdback.net> | 2025-01-24 22:32:29 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-01-24 22:33:28 -0500 |
commit | 509b69329726b6717972f0bdb7e5f91c80a89247 (patch) | |
tree | b05844213fdc67cb2c557fca50166b8014d8df66 /modules/profiles/security/default.nix | |
parent | 40efc83dc451cd26eec47b731a0b8a79f5ce42a8 (diff) |
modules/profiles: consolidated into common/xorg profiles
Diffstat (limited to 'modules/profiles/security/default.nix')
-rw-r--r-- | modules/profiles/security/default.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/profiles/security/default.nix b/modules/profiles/security/default.nix deleted file mode 100644 index de73534..0000000 --- a/modules/profiles/security/default.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ lib, ... }: -{ - security = { - polkit.enable = true; - sudo = { - enable = lib.mkDefault true; - wheelNeedsPassword = lib.mkDefault false; - }; - }; -} |