This commit is contained in:
Satria 2026-03-15 10:53:23 +07:00
commit 6e02535834

View file

@ -48,7 +48,5 @@
hostPackages = with pkgs; [ bash coreutils git nix openssh nodejs ]; hostPackages = with pkgs; [ bash coreutils git nix openssh nodejs ];
}; };
}; };
systemd.services."gitea-runner-nixos-deploy" = { systemd.services."gitea-runner-nixos-deploy".restartIfChanged = false;
restartIfChanged = false;
};
} }