bracket cleanup
This commit is contained in:
parent
341860a195
commit
6a95a7b44c
1 changed files with 10 additions and 8 deletions
|
@ -23,9 +23,11 @@ in {
|
||||||
|
|
||||||
# No sudo password
|
# No sudo password
|
||||||
security.sudo.extraRules = [
|
security.sudo.extraRules = [
|
||||||
{ users = [ "albert" ];
|
{
|
||||||
|
users = [ "albert" ];
|
||||||
commands = [
|
commands = [
|
||||||
{ command = "ALL";
|
{
|
||||||
|
command = "ALL";
|
||||||
options = [ "NOPASSWD" ];
|
options = [ "NOPASSWD" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue