From 66a043314818004dce2ba1834b676fe0c23fdb72 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Fri, 20 Feb 2026 23:22:19 +0100 Subject: [PATCH] [nextcloud] add hq to trusted_domains --- machines/nextcloud/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/nextcloud/configuration.nix b/machines/nextcloud/configuration.nix index c63682f..1929f05 100644 --- a/machines/nextcloud/configuration.nix +++ b/machines/nextcloud/configuration.nix @@ -61,7 +61,7 @@ in }; }; settings = { - trusted_domains = [ "cloud.malobeo.org" ]; + trusted_domains = [ "cloud.malobeo.org" "cloud.hq.malobeo.org" ]; trusted_proxies = [ hosts.malobeo.hosts.fanny.network.address ]; "maintenance_window_start" = "1"; "default_phone_region" = "DE";