Fix home-assistant typo

Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
main 2022-10-30 14:31:17 +01:00
parent e5d5f18785
commit 33a1f052e0
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
2 changed files with 2 additions and 1 deletions

View file

@ -34,6 +34,7 @@
};
};
};
home-assistant =
nglib.makeSystem {
system = "x86_64-linux";

View file

@ -267,7 +267,7 @@ EOF
}
config {
nix_flake_ref = "${var.flake_ref}#nixngSystems.home-assistant.hass.config.system.build.toplevel"
nix_flake_ref = "${var.flake_ref}#nixngSystems.home-assistant.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}