Skip to content

Commit 5e224be

Browse files
committed
disable nix sandbox in cicero nomad job
1 parent e15d690 commit 5e224be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/cloud/nomadEnvs/cicero/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
};
111111

112112
task.cicero = {
113-
driver = "docker";
113+
driver = "podman";
114114

115115
config = {
116116
image = "${oci-images.cicero.imageName}:${branch}";
@@ -139,6 +139,7 @@
139139

140140
NIX_CONFIG = ''
141141
netrc-file = /secrets/netrc
142+
sandbox = false # does not work inside podman
142143
${nixConfig}
143144
'';
144145

0 commit comments

Comments
 (0)