diff --git a/machines/nextcloud/configuration.nix b/machines/nextcloud/configuration.nix index c63682fa..1929f053 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";