228 current 2025-01-11 06:21:44 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-11 06:21:54 -05:00
parent 1137286591
commit 7e54137529
3 changed files with 6 additions and 1 deletions

View File

@@ -144,6 +144,10 @@ in {
command = "/home/synchronous/.scripts/nixos-rebuild.sh";
options = ["NOPASSWD"];
}
{
command = "/run/current-system/sw/bin/nixos-rebuild switch --flake /home/synchronous/nix-cfg/flake.nix";
options = ["NOPASSWD"];
}
];
users = ["synchronous"];
}