From ab3573ce2a00ccef14a0d6b412b44f24a26b2dfc Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 13 Oct 2022 13:29:27 +0200 Subject: [PATCH] services: photoprism: remove wireguard --- services/photoprism.nix | 14 -------------- 1 file changed, 14 deletions(-) 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;