Once again fix home-assistant postgress job

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-06-19 01:35:16 +02:00
parent 033bdd1210
commit 3bb6cd9d77
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -242,7 +242,7 @@ EOF
} }
config { 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 nix_flake_sha = var.flake_sha
entrypoint = [ "init" ] entrypoint = [ "init" ]
} }