switch to the rfc nixfmt version and reformatted repository

This commit is contained in:
cswimr 2024-12-02 19:57:19 -05:00
parent f4f53659bd
commit c6a31bb751
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
22 changed files with 402 additions and 266 deletions

View file

@ -1,9 +1,16 @@
{
security.sudo.extraRules = [{
users = [ "cswimr" ];
commands = [{
command = "ALL";
options = [ "SETENV" "NOPASSWD" ];
}];
}];
security.sudo.extraRules = [
{
users = [ "cswimr" ];
commands = [
{
command = "ALL";
options = [
"SETENV"
"NOPASSWD"
];
}
];
}
];
}