feat: Require password for sudo wheel group

This change updates the settings in the GUI module for the sudo wheel group. The security policy has been modified to require a password when a member of the wheel group attempts to use sudo.
This commit is contained in:
Harald Hoyer 2024-06-25 10:36:32 +02:00
parent 20cefaf839
commit e9076baeee

View file

@ -60,7 +60,7 @@ in
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
security.sudo.wheelNeedsPassword = false;
security.sudo.wheelNeedsPassword = true;
programs.gnupg.agent = {
enable = true;