From 2cd9bfcda631362915c000feacb472333830126c Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Sat, 19 Jul 2025 22:16:30 +0000
Subject: [PATCH] Add pool over nfs

---
 nixos/home-assistant.nix |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/nixos/home-assistant.nix b/nixos/home-assistant.nix
index a7b5e21..5c95894 100644
--- a/nixos/home-assistant.nix
+++ b/nixos/home-assistant.nix
@@ -35,6 +35,7 @@
       "braviatv"
       "roku"
       "unifi"
+      "generic_thermostat"
     ];
     config = {
       # Includes dependencies for a basic setup

--
Gitblit v1.10.0