mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Fix misnamed nixng configuration in home-assistant container hcl
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
101524ebe2
commit
32dc6e4464
|
@ -273,7 +273,7 @@ EOF
|
|||
}
|
||||
|
||||
config {
|
||||
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.home-assistant.config.system.build.toplevel"
|
||||
nix_flake_ref = "${var.flake_ref}#nixngConfigurations.homeAssistant.config.system.build.toplevel"
|
||||
nix_flake_sha = var.flake_sha
|
||||
entrypoint = [ "init" ]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue