fix mount issue
Some checks failed
Activate NixOS Homelab Configuration On Push / build-and-activate (push) Failing after 3s

This commit is contained in:
Satria 2026-03-14 21:53:55 +07:00
commit c63a9c8b6a

View file

@ -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;
}