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
security.sudo.extraRules = [
{ users = [ "albert" ];
{
users = [ "albert" ];
commands = [
{ command = "ALL";
{
command = "ALL";
options = [ "NOPASSWD" ];
}
];
}
];
];
}