diff --git a/modules/nixos/services/traefik/default.nix b/modules/nixos/services/traefik/default.nix index eb00efc..462ffbf 100755 --- a/modules/nixos/services/traefik/default.nix +++ b/modules/nixos/services/traefik/default.nix @@ -19,7 +19,7 @@ let cacheUrl = "http://${serverIp}:9012"; cloudUrl = "http://${config.containers.nextcloud.localAddress}:80"; giteaUrl = "http://${config.containers.gitea.localAddress}:${toString config.containers.gitea.config.services.gitea.settings.server.HTTP_PORT}"; - hassUrl = "http://nuc-nixos.local:8123"; + hassUrl = "http://10.0.1.4:8123"; immichUrl = "http://${serverIp}:${toString config.services.immich.port}"; jellyfinUrl = "http://${serverIp}:8096"; jellyseerrUrl = "http://${config.containers.jellyseerr.localAddress}:${toString config.containers.jellyseerr.config.services.jellyseerr.port}";