bracket cleanup

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

View file

@ -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" ];
} }
]; ];