diff --git a/configuration/services/nextcloud.nix b/configuration/services/nextcloud.nix index 4b74ac7..f8a0f08 100644 --- a/configuration/services/nextcloud.nix +++ b/configuration/services/nextcloud.nix @@ -20,6 +20,7 @@ POSTGRES_USER = "nextcloud"; POSTGRES_HOST = "nextcloud-postgres"; OVERWRITEPROTOCOL = "https"; + TRUSTED_PROXIES = "127.0.0.1"; }; };