From 77c4768eaa857f9b3294d4178b1b9959afb06542 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 3 May 2025 23:15:43 -0500 Subject: [PATCH] feat: updated desktop url --- .../floorp/config/bookmarks/config/flake/selfHosted.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/flake/selfHosted.nix b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/flake/selfHosted.nix index dbfffe6..10b25c3 100755 --- a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/flake/selfHosted.nix +++ b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/flake/selfHosted.nix @@ -9,6 +9,7 @@ let inherit (flake.config.machines.devices) synology ceres + mars ; inherit (flake.config.services) instances @@ -135,7 +136,7 @@ in } { name = "${instances.ollama.label} (Desktop)"; - url = "http://localhost:${toString instances.ollama.ports.port0}"; + url = "http://${mars.ip.address0}:${toString instances.ollama.ports.port0}"; tags = ollamaTags; keyword = instances.ollama.label; }