fix mount issue
Some checks failed
Activate NixOS Homelab Configuration On Push / build-and-activate (push) Failing after 3s
Some checks failed
Activate NixOS Homelab Configuration On Push / build-and-activate (push) Failing after 3s
This commit is contained in:
parent
374efdd33a
commit
c63a9c8b6a
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@
|
|||
User = lib.mkForce "root";
|
||||
ProtectSystem = lib.mkForce false;
|
||||
ProtectHome = lib.mkForce false;
|
||||
ReadWritePaths = lib.mkForce [ "/" ];
|
||||
};
|
||||
systemd.services."gitea-runner-nixos-deploy".restartIfChanged = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue