From 0485e7861036eff51ea1908ae6145725fd1d61db Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 03:10:02 -0500 Subject: [PATCH] 264 current 2025-10-11 03:06:37 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/smarthome/homeassistant/default.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 5e21b98..5097bea 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 263 current 2025-10-11 02:55:17 25.05.20251006.20c4598 6.12.50 * +# generation: 264 current 2025-10-11 03:06:37 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index 6558006..4e7b7db 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -61,13 +61,12 @@ in autoStart = true; extraOptions = [ "--pull=newer" - "--network=host" ]; volumes = [ "${cfg.data_dir}:/config" ]; ports = [ - "7704:8123" + "0.0.0.0:7704:8123" ]; environment = { TZ = homelab.tz;