From fcbc0446f11b8555c1204081c23fbd1442534aa0 Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 31 Aug 2025 17:24:03 +0200 Subject: Clean up & integrate service network configuration into foundation module Signed-off-by: Mel --- services/home-assistant.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/home-assistant.nix') diff --git a/services/home-assistant.nix b/services/home-assistant.nix index db49388..e356c46 100644 --- a/services/home-assistant.nix +++ b/services/home-assistant.nix @@ -21,7 +21,7 @@ in fullImage = homeImage; # give home-assistant control over the device network # stack to auto-discover devices on the network. - customNetwork = "host"; + customNetworkOption = "host"; # allow home-assistant to access zigbee/matter+thread # dongle. devices = [ "/dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-07_6e29216e5272ef119d2f43848fcc3fa0-if00-port0" ]; -- cgit 1.4.1