From 9245fcb0245fe3ea0f92a0c6eeb3ed54c74c80bb Mon Sep 17 00:00:00 2001 From: main Date: Thu, 22 Sep 2022 15:22:46 +0200 Subject: [PATCH] wip Signed-off-by: main --- nomad/regions/homelab-1/job/conduit.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/regions/homelab-1/job/conduit.hcl b/nomad/regions/homelab-1/job/conduit.hcl index e82ca90..b05cbbf 100644 --- a/nomad/regions/homelab-1/job/conduit.hcl +++ b/nomad/regions/homelab-1/job/conduit.hcl @@ -141,7 +141,7 @@ EOF } config { - flake_ref = "${var.flake_ref}#nixngSystems.registrations.config.system.build.toplevel" + flake_ref = "${var.flake_ref}#nixngSystems.heisenbridge.config.system.build.toplevel" flake_sha = var.flake_sha entrypoint = [ "init" ] }