From c9cddd77a207e4387524e5546dfd1d715059f4bd Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 22 Jun 2025 16:52:09 +0200 Subject: [PATCH] fix: ports and stuff --- hosts/hitsugibune/nextcloud.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 5aad711..18067a2 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -65,7 +65,7 @@ ''; }; "^~ /.well-known" = { - priority = 9000; + priority = 9001; extraConfig = '' absolute_redirect off; location ~ ^/\\.well-known/(?:carddav|caldav)$ { @@ -82,9 +82,6 @@ }; }; }; - - virtualHosts."10.0.0.69" = { - }; }; security.acme = {