From 393c3c782300d0e356e3d5d286a0ce22d9aaf513 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 30 Jun 2025 13:32:06 +0200 Subject: [PATCH] fix: brainded --- hosts/hitsugibune/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 3502e62..54dac2b 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -9,7 +9,7 @@ networking.firewall.allowedTCPPorts = [80 443]; services.nextcloud = { enable = true; - hostName = "nextcloud.sprechtl.ddns.net"; + hostName = "nextcloud.sprechtl.me"; https = false; configureRedis = true; caching.redis = true;