clean up last age attempt

This commit is contained in:
2025-10-05 09:05:48 -05:00
parent 898c17e537
commit b145d407cc
4 changed files with 17 additions and 124 deletions

View File

@@ -31,5 +31,18 @@
users.groups.blake = {
gid = 1000;
};
# passwordless rebuild
security.sudo.extraRules = [
{
users = [ "blake" ];
commands = [
{
command = "/run/current-system/sw/bin/nixos-rebuild";
options = [ "NOPASSWD" ];
}
];
}
];
};
}