diff --git a/modules/services/nextcloud.nix b/modules/services/nextcloud.nix index 3fda726..3b86625 100644 --- a/modules/services/nextcloud.nix +++ b/modules/services/nextcloud.nix @@ -75,7 +75,7 @@ helper.mkPodmanService { MAIL_DOMAIN: ${config.numbus.services.domain} APACHE_DISABLE_REWRITE_IP: 1 OVERWRITEPROTOCOL: https - TRUSTED_PROXIES: ${config.numbus.networking.ipAddress} + TRUSTED_PROXIES: 10.89.0.0/16 NC_default_phone_region: "${config.numbus.language}" NC_default_language: "${config.numbus.language}" NC_default_locale: "${config.numbus.locale}"