massicot: bump version

This commit is contained in:
xinyangli 2023-11-18 22:28:51 +08:00
commit a056bf6539
7 changed files with 40 additions and 72 deletions

View file

@ -46,5 +46,11 @@
];
hashedPassword = "$y$j9T$JOJn97hZndiDamUmmT.iq.$ue7gNZz/b14ur8GhyutOCvFjsv.3rcsHmk7m.WRk6u7";
};
security.sudo.extraRules = [
{ users = [ "xin" ];
commands = [ { command = "ALL"; options = [ "NOPASSWD" ]; } ];
}
];
}