From fc6b0e939055062d5e5cded758b20a6b8323cf05 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 02:49:16 -0500 Subject: [PATCH] 261 current 2025-10-11 02:26:00 25.05.20251006.20c4598 6.12.50 * --- hosts/snowbelle/configuration.nix | 2 +- modules/homelab/services/smarthome/homeassistant/default.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index 2d2ed81..3e37884 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -20,7 +20,7 @@ in backups.enable = true; backups.repo = "/holocron/backups"; sops.enable = true; - podman.enable = false; + podman.enable = true; syncthing.enable = true; tailscale.enable = true; nvidia.enable = true; diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index 28b8f1e..9aa78f0 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -67,7 +67,6 @@ in ]; ports = [ "127.0.0.1:7704:8123" - "127.0.0.1:8124:80" ]; environment = { TZ = homelab.tz;