diff --git a/nixos/modules/services/nextcloud.nix b/nixos/modules/services/nextcloud.nix index ec62c01..de73d42 100755 --- a/nixos/modules/services/nextcloud.nix +++ b/nixos/modules/services/nextcloud.nix @@ -55,9 +55,9 @@ in { "OC\\Preview\\XBitmap" "OC\\Preview\\HEIC" ]; - # trusted_proxies = [ - # localhost - # ]; + trusted_proxies = [ + localhost + ]; }; };