Revert "modules/darwin/hercules-ci: add sandbox workaround"

This reverts commit 1f6af7ef75.

fixed in 9a21fd9cef
This commit is contained in:
zowoq 2024-06-11 22:33:18 +10:00
parent 3f6a9273da
commit 67fa52b9fe

View file

@ -20,8 +20,4 @@
binaryCachesPath = config.age.secrets.binary-caches.path;
clusterJoinTokenPath = config.age.secrets.cluster-join-token.path;
};
system.systemBuilderArgs.sandboxProfile = ''
(allow file-read* file-write* process-exec mach-lookup (subpath "${builtins.storeDir}"))
'';
}