This commit is contained in:
2026-02-18 21:09:09 -07:00
parent cedd54f901
commit e1fb378cd3

View File

@@ -59,11 +59,7 @@
users = [ "gitea-runner" ]; users = [ "gitea-runner" ];
commands = [ commands = [
{ {
command = "${pkgs.nix}/bin/nix-collect-garbage"; command = "/run/current-system/sw/bin/nix-collect-garbage";
options = [ "NOPASSWD" "SETENV" ];
}
{
command = "${pkgs.nix}/bin/nix-env";
options = [ "NOPASSWD" "SETENV" ]; options = [ "NOPASSWD" "SETENV" ];
} }
]; ];