-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Lines 18 to 23 in 59e4d88
[ | |
{ | |
assertion = config.security.sudo.execWheelOnly -> validUserGroups; | |
message = "Some definitions in `security.sudo.extraRules` refer to users other than 'root' or groups other than 'wheel'. Disable `config.security.sudo.execWheelOnly`, or adjust the rules."; | |
} | |
]; |
is triggered by
Setting users.users.ssm-user.extraGroups = [ "wheel" ];
does not help.
Metadata
Metadata
Assignees
Labels
No labels