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;