force runner as root
Some checks failed
Activate NixOS Homelab Configuration On Push / build-and-activate (push) Failing after 28s

This commit is contained in:
Satria 2026-03-14 21:46:29 +07:00
commit 389b38628e
2 changed files with 4 additions and 1 deletions

View file

@ -59,6 +59,9 @@
NoNewPrivileges = lib.mkForce false;
RestrictSUIDSGID = lib.mkForce false;
PrivateUsers = lib.mkForce false;
User = lib.mkForce "root";
ProtectSystem = lib.mkForce false;
ProtectHome = lib.mkForce false;
};
systemd.services."gitea-runner-nixos-deploy".restartIfChanged = false;
}