From 2c857cadfb65c37b1208dde83abefd5814ea0a69 Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Mon, 10 Jul 2023 23:48:50 +0200 Subject: [PATCH] Stuff Signed-off-by: Magic_RB --- terranix/containers/ingress-toothpick/job.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/terranix/containers/ingress-toothpick/job.hcl b/terranix/containers/ingress-toothpick/job.hcl index 27f0e92..ab76217 100644 --- a/terranix/containers/ingress-toothpick/job.hcl +++ b/terranix/containers/ingress-toothpick/job.hcl @@ -186,6 +186,7 @@ job "ingress" { config { nix_flake_ref = "${var.flake_ref}#nixngConfigurations.ingressToothpick.config.system.build.toplevel" nix_flake_sha = var.flake_sha + nix_flake_store_path = var.store_path entrypoint = [ "init" ] }