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;