From 1c314ffcd798314b833751fd13ce3dfb6d5e7934 Mon Sep 17 00:00:00 2001 From: Lilith Date: Wed, 14 Jan 2026 01:21:23 +0100 Subject: [PATCH] stuff --- hosts/lilith-lab/default.nix | 2 ++ server/home-assistant/default.nix | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/hosts/lilith-lab/default.nix b/hosts/lilith-lab/default.nix index 78a479f4..79ac991b 100644 --- a/hosts/lilith-lab/default.nix +++ b/hosts/lilith-lab/default.nix @@ -9,6 +9,8 @@ in nfs.enable = true; deluge.enable = true; arr.enable = true; + jellyfin.enable = true; + home-assistant.enable = true; }; hardware.nvidia = { diff --git a/server/home-assistant/default.nix b/server/home-assistant/default.nix index dfb14fe7..67152741 100644 --- a/server/home-assistant/default.nix +++ b/server/home-assistant/default.nix @@ -8,14 +8,14 @@ 5683 ]; - imports = [ - ./zones.nix - ./wyoming.nix - ./mosquitto.nix - ./bathroom.nix - ./lights.nix - ./heating.nix - ]; + # imports = [ + # ./zones.nix + # ./wyoming.nix + # ./mosquitto.nix + # ./bathroom.nix + # ./lights.nix + # ./heating.nix + # ]; services.home-assistant = { enable = true;