From 463250c0928d21fdb1e48864c258ef106a8118d2 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 03:12:24 -0500 Subject: [PATCH] 265 current 2025-10-11 03:09:55 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/smarthome/homeassistant/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5097bea..c42c6ad 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 264 current 2025-10-11 03:06:37 25.05.20251006.20c4598 6.12.50 * +# generation: 265 current 2025-10-11 03:09:55 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 4e7b7db..68ce1ec 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -67,6 +67,7 @@ in ]; ports = [ "0.0.0.0:7704:8123" + "0.0.0.0:4141:4141" ]; environment = { TZ = homelab.tz;