environment

This commit is contained in:
2026-02-07 14:02:00 -07:00
parent 5f55fe11a3
commit 5484553a87

View File

@@ -65,7 +65,9 @@
"/data/runner" "/data/runner"
"/home/github/infrastructure" "/home/github/infrastructure"
]; ];
BindReadOnlyPaths = [
"/nix/store"
];
# Disable all sandboxing features # Disable all sandboxing features
DynamicUser = lib.mkForce false; DynamicUser = lib.mkForce false;
PrivateDevices = lib.mkForce false; PrivateDevices = lib.mkForce false;