mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
users/admin: fix the sudo config
I really should get used running checks before pushing.
This commit is contained in:
parent
57078178f3
commit
300d0a8d3e
@ -19,8 +19,11 @@ in
|
||||
# We're going passwordless, baybee!
|
||||
security.sudo.extraRules = [{
|
||||
users = [ name ];
|
||||
commands = [{
|
||||
command = "ALL";
|
||||
options = [ "NOPASSWD" ];
|
||||
}];
|
||||
}];
|
||||
|
||||
security.doas.extraRules = [{
|
||||
users = [ name ];
|
||||
|
Loading…
Reference in New Issue
Block a user