This commit is contained in:
Lilith 2026-01-14 01:21:23 +01:00
parent c1a128dbae
commit 1c314ffcd7
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
2 changed files with 10 additions and 8 deletions

View file

@ -9,6 +9,8 @@ in
nfs.enable = true; nfs.enable = true;
deluge.enable = true; deluge.enable = true;
arr.enable = true; arr.enable = true;
jellyfin.enable = true;
home-assistant.enable = true;
}; };
hardware.nvidia = { hardware.nvidia = {

View file

@ -8,14 +8,14 @@
5683 5683
]; ];
imports = [ # imports = [
./zones.nix # ./zones.nix
./wyoming.nix # ./wyoming.nix
./mosquitto.nix # ./mosquitto.nix
./bathroom.nix # ./bathroom.nix
./lights.nix # ./lights.nix
./heating.nix # ./heating.nix
]; # ];
services.home-assistant = { services.home-assistant = {
enable = true; enable = true;