From 3bb6cd9d77077fd198e06c616346e8b864eca02c Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Mon, 19 Jun 2023 01:35:16 +0200 Subject: [PATCH] Once again fix home-assistant postgress job Signed-off-by: Magic_RB --- terranix/containers/home-assistant/job.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terranix/containers/home-assistant/job.hcl b/terranix/containers/home-assistant/job.hcl index bfba57a..eab9876 100644 --- a/terranix/containers/home-assistant/job.hcl +++ b/terranix/containers/home-assistant/job.hcl @@ -242,7 +242,7 @@ EOF } config { - nix_flake_ref = "${var.flake_ref}#nixngConfigurations.home-assistantPostgresql.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.homeAssistantPostgresql.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] }