Add secondary trusted domain for managing Idacloud

This commit is contained in:
Vili Sinervä 2025-04-20 13:55:46 +03:00
parent 3e88d434ff
commit 91c903f482
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -1,6 +1,7 @@
{ ... }:
{
custom.nextcloud_domain = "idacloud.sinerva.eu";
services.nextcloud.settings.trusted_domains = [ "idacloud.vsinerva.fi" ];
imports = [
../base.nix