From 9748d8299062826f798f34766f800dba7245bddd Mon Sep 17 00:00:00 2001 From: "Chinmay D. Pai" Date: Fri, 20 Oct 2023 16:06:17 +0530 Subject: [PATCH] chore: disable filesystem isolation for artifacts Signed-off-by: Chinmay D. Pai --- modules/programs/nomad/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/programs/nomad/default.nix b/modules/programs/nomad/default.nix index ac95975..1b86860 100644 --- a/modules/programs/nomad/default.nix +++ b/modules/programs/nomad/default.nix @@ -43,6 +43,9 @@ client = { enabled = true; cni_path = "${pkgs.cni-plugins}/bin"; + artifact = { + disable_filesystem_isolation = true; + }; }; plugin."docker".config = {