modules/darwin/hercules-ci: add sandbox workaround
This commit is contained in:
parent
9cb0daaa63
commit
1f6af7ef75
1 changed files with 4 additions and 0 deletions
|
@ -20,4 +20,8 @@
|
||||||
binaryCachesPath = config.age.secrets.binary-caches.path;
|
binaryCachesPath = config.age.secrets.binary-caches.path;
|
||||||
clusterJoinTokenPath = config.age.secrets.cluster-join-token.path;
|
clusterJoinTokenPath = config.age.secrets.cluster-join-token.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
system.systemBuilderArgs.sandboxProfile = ''
|
||||||
|
(allow file-read* file-write* process-exec mach-lookup (subpath "${builtins.storeDir}"))
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue