From 6533ca80ab964577b39d5de06df07058b1283c32 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Oct 2024 02:04:02 -0500 Subject: [PATCH] feat: nextcloud test --- nixos/modules/services/nextcloud.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 + ]; }; };