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;