diff --git a/flake.nix b/flake.nix index 695b338..32b210c 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 311 current 2025-10-11 17:44:24 25.05.20251006.20c4598 6.12.50 * +# generation: 312 current 2025-10-11 17:54:46 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/default.nix b/modules/homelab/services/default.nix index e92a051..b287d9b 100644 --- a/modules/homelab/services/default.nix +++ b/modules/homelab/services/default.nix @@ -8,8 +8,8 @@ ./smarthome/zigbee2mqtt ./vaultwarden ./gitea - ./immich ./smarthome/homeassistant + ./immich ./arr/bazarr ./arr/prowlarr ./qbittorrent diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index a6a6d12..c4b5680 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -62,14 +62,15 @@ in autoStart = true; extraOptions = [ "--pull=newer" + "--network=host" ]; volumes = [ "${cfg.data_dir}:/config" ]; - ports = [ - "0.0.0.0:7704:8123" - "0.0.0.0:4141:4141" - ]; +# ports = [ +# "0.0.0.0:7704:8123" +# "0.0.0.0:4141:4141" +# ]; environment = { TZ = homelab.tz; PUID = toString config.users.users.${service}.uid;