From 90c73965494b0fbf1c2a8ab7456eca212a1a0427 Mon Sep 17 00:00:00 2001 From: "Chinmay D. Pai" Date: Fri, 20 Oct 2023 14:33:00 +0530 Subject: [PATCH] chore: add cni_path to nomad client Signed-off-by: Chinmay D. Pai --- modules/programs/nomad/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/programs/nomad/default.nix b/modules/programs/nomad/default.nix index 67a131e..5029637 100644 --- a/modules/programs/nomad/default.nix +++ b/modules/programs/nomad/default.nix @@ -41,6 +41,7 @@ client = { enabled = true; + cni_path = "${pkgs.cni-plugins}/bin"; }; plugin."docker".config = {