mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: updated desktop url
This commit is contained in:
parent
6635ae963b
commit
77c4768eaa
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue