bracket cleanup

This commit is contained in:
iFargle 2023-12-13 08:51:02 +09:00
parent 341860a195
commit 6a95a7b44c

View file

@ -23,12 +23,14 @@ in {
# No sudo password # No sudo password
security.sudo.extraRules = [ security.sudo.extraRules = [
{ users = [ "albert" ]; {
commands = [ users = [ "albert" ];
{ command = "ALL"; commands = [
options = [ "NOPASSWD" ]; {
} command = "ALL";
]; options = [ "NOPASSWD" ];
} }
]; ];
}
];
} }