Revert "disable sandbox"

This reverts commit 04700f6f65.
This commit is contained in:
Satria 2026-03-14 20:53:28 +07:00
commit 21c7809cb6

View file

@ -48,5 +48,10 @@
hostPackages = with pkgs; [ bash coreutils git nix ];
};
};
systemd.services."gitea-runner-nixos-deploy".serviceConfig = {
NoNewPrivileges = lib.mkForce false;
RestrictSUIDSGID = lib.mkForce false;
PrivateUsers = lib.mkForce false;
};
systemd.services."gitea-runner-nixos-deploy".restartIfChanged = false;
}