fix(headscale): RestartSec conflict

This commit is contained in:
2025-07-22 12:43:03 +08:00
parent 88107f9fe7
commit 1da34bf704

View File

@@ -451,10 +451,6 @@
}; };
}; };
systemd.services."headscale" = { systemd.services."headscale" = {
serviceConfig = {
Restart = "always";
RestartSec = 120;
};
after = [ after = [
"podman-obligator.service" "podman-obligator.service"
]; ];