home-assistant: move out of module

This commit is contained in:
2025-03-10 16:24:34 +00:00
parent d7779df053
commit 8d4f1eb419
6 changed files with 298 additions and 307 deletions

View File

@ -8,6 +8,7 @@
imports = [
self.inputs.nixos-hardware.nixosModules.raspberry-pi-4
./hardware-configuration.nix
./home-assistant
../server.nix
];
@ -124,7 +125,6 @@
enable = true;
repoPath = "ssh://qcw86s11@qcw86s11.repo.borgbase.com/./repo";
};
home-assistant.enable = true;
};
};