mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45: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)
|
inherit (flake.config.machines.devices)
|
||||||
synology
|
synology
|
||||||
ceres
|
ceres
|
||||||
|
mars
|
||||||
;
|
;
|
||||||
inherit (flake.config.services)
|
inherit (flake.config.services)
|
||||||
instances
|
instances
|
||||||
|
@ -135,7 +136,7 @@ in
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "${instances.ollama.label} (Desktop)";
|
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;
|
tags = ollamaTags;
|
||||||
keyword = instances.ollama.label;
|
keyword = instances.ollama.label;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue