force runner as root
Some checks failed
Activate NixOS Homelab Configuration On Push / build-and-activate (push) Failing after 28s
Some checks failed
Activate NixOS Homelab Configuration On Push / build-and-activate (push) Failing after 28s
This commit is contained in:
parent
c2512306ac
commit
389b38628e
2 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue