From ac97d3e0e9d55ebf3792a6e53b5eab27f34f93ab Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 22 Jun 2025 18:17:13 +0200 Subject: [PATCH] feat: force that shit --- hosts/hitsugibune/nextcloud.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 3e917b1..fceed42 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -1,6 +1,7 @@ { config, pkgs, + lib, ... }: { # This is only a temporary password and will be changed @@ -66,7 +67,7 @@ ''; }; "^~ /.well-known" = { - priority = 9000; + priority = lib.mkForce 9000; extraConfig = '' absolute_redirect off; location ~ ^/\\.well-known/(?:carddav|caldav)$ {