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