diff options
Diffstat (limited to 'common/default.nix')
| -rw-r--r-- | common/default.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/common/default.nix b/common/default.nix index 8baaf5c..382c38a 100644 --- a/common/default.nix +++ b/common/default.nix @@ -46,8 +46,11 @@ inherit config; }; - security.pam.services.hyprlock = { }; - security.rtkit.enable = true; + security = { + pam.services.hyprlock = { }; + rtkit.enable = true; + sudo.wheelNeedsPassword = false; + }; hardware.bluetooth.enable = true; |