diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-08 08:30:59 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-08 08:30:59 -0700 |
commit | 4a53f6321bf137c4cbd8f234dd2027ad9407499b (patch) | |
tree | 7ed97487e97bc4da276756bf9d4558a055ef93e8 /modules/system/security | |
parent | home: add more configurations for home-manager (diff) | |
download | world-4a53f6321bf137c4cbd8f234dd2027ad9407499b.tar.gz |
modules: add a few more
Diffstat (limited to 'modules/system/security')
-rw-r--r-- | modules/system/security/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/security/default.nix b/modules/system/security/default.nix index 9550e8d..1181e6a 100644 --- a/modules/system/security/default.nix +++ b/modules/system/security/default.nix @@ -2,4 +2,5 @@ { security.sudo.wheelNeedsPassword = false; + security.polkit.enable = true; } |