terrier: install Home Assistant

This commit is contained in:
Pedro Rey Anca 2025-10-16 15:45:01 +02:00
parent 9e57effbbb
commit 0479d039b1
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
4 changed files with 90 additions and 28 deletions

View file

@ -4,6 +4,10 @@
lib,
...
}: {
imports = [
./modules/home-assistant.nix
];
nixpkgs.hostPlatform = "aarch64-linux";
boot.initrd.systemd.tpm2.enable = false; # https://github.com/NixOS/nixpkgs/issues/344963