From b175a3c711a1cb6f43d779b6a5aa46d2585038cd Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sat, 21 Jun 2025 23:24:33 +0200 Subject: [PATCH] fix: host --- 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 4a3e0d8..4c8a4cb 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -13,7 +13,7 @@ package = pkgs.nextcloud31; settings = let prot = "http"; # or https - host = "127.0.0.1"; + host = "10.0.0.69"; dir = "/nextcloud"; in { overwriteprotocol = prot;