diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index f65376a..4a3e0d8 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -8,7 +8,7 @@ networking.firewall.allowedTCPPorts = [80 443]; services.nextcloud = { enable = true; - hostName = "sprechtl.ddns.net"; + hostName = "10.0.0.69"; https = false; package = pkgs.nextcloud31; settings = let