From 91c903f4820a6c77befb7e7c255a3b8e70089f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sun, 20 Apr 2025 13:55:46 +0300 Subject: [PATCH] Add secondary trusted domain for managing Idacloud --- machine-confs/idacloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machine-confs/idacloud.nix b/machine-confs/idacloud.nix index 2c8b364..c14b81d 100644 --- a/machine-confs/idacloud.nix +++ b/machine-confs/idacloud.nix @@ -1,6 +1,7 @@ { ... }: { custom.nextcloud_domain = "idacloud.sinerva.eu"; + services.nextcloud.settings.trusted_domains = [ "idacloud.vsinerva.fi" ]; imports = [ ../base.nix