From 90fcc33b23f96cb16665d232bef2fc467e63420b Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 15 May 2025 11:21:47 -0500 Subject: [PATCH] adding overwriteWebroot --- modules/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nextcloud.nix b/modules/nextcloud.nix index c2710e3..bef3eff 100644 --- a/modules/nextcloud.nix +++ b/modules/nextcloud.nix @@ -65,6 +65,7 @@ with lib; # }; }; settings = { + overwriteWebroot = "staff.tfcconnection.org"; overwriteProtocol = "https"; default_phone_region = "US"; trusted_domains = [ dn ];