diff --git a/services/photoprism.nix b/services/photoprism.nix index 9ba4191..f7f6628 100644 --- a/services/photoprism.nix +++ b/services/photoprism.nix @@ -52,20 +52,6 @@ in { forceSSL = true; useACMEHost = fqdn; - listen = [ - # FIXME: hardcoded tailscale IP - { - addr = "100.115.172.44"; - port = 443; - ssl = true; - } - { - addr = "100.115.172.44"; - port = 80; - ssl = false; - } - ]; - locations."/" = { proxyPass = "http://127.0.0.1:${toString cfg.port}"; proxyWebsockets = true;