From c049f1746c5dfc2e2e02b8bbab66b6470c783887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 2 Jul 2025 15:11:27 +0200 Subject: [PATCH] nixos/nextcloud-notify_push: allow overwriting recommendedProxySettings without mkForce --- nixos/modules/services/web-apps/nextcloud-notify_push.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/nextcloud-notify_push.nix b/nixos/modules/services/web-apps/nextcloud-notify_push.nix index 2efb73964160..87a516428abc 100644 --- a/nixos/modules/services/web-apps/nextcloud-notify_push.nix +++ b/nixos/modules/services/web-apps/nextcloud-notify_push.nix @@ -164,7 +164,7 @@ in nginx.virtualHosts.${cfgN.hostName}.locations."^~ /push/" = { proxyPass = "http://unix:${cfg.socketPath}"; proxyWebsockets = true; - recommendedProxySettings = true; + recommendedProxySettings = lib.mkDefault true; extraConfig = # nginx '' # disable in case it was configured on a higher level