nixos/nextcloud-notify_push: allow overwriting recommendedProxySettings without mkForce

This commit is contained in:
Sandro Jäckel
2025-07-02 15:11:27 +02:00
parent d5418126dd
commit c049f1746c
@@ -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