Enable passwordless sudo for wheel group on ringtail
Required for Ansible unattended provisioning via become: true. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8ee6c1271a
commit
b08ed98881
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
];
|
||||
};
|
||||
security.polkit.enable = true;
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
# Enable greetd as display manager for sway
|
||||
services.greetd = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue