From 2321db04beb5ed083825c46fdb6de8232b14247e Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sat, 21 Jun 2025 23:23:58 +0200 Subject: [PATCH] fix: url --- 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 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