feat: changed stuff, to lazy to say what

This commit is contained in:
Nick 2025-05-24 20:21:50 -05:00
parent a0de2dba92
commit 3c230de4fd
17 changed files with 118 additions and 181 deletions

View file

@ -128,6 +128,17 @@ in
];
keyword = aliases.name2;
}
{
name = "${instances.glance.label} (Local)";
url = "http://${instances.web.localhost.address0}:${toString instances.glance.ports.port0}";
tags = [
"glance"
"dashboard"
"weather"
"podcasts"
];
keyword = instances.glance.label;
}
{
name = "${instances.ollama.label} (Server)";
url = "https://${instances.ollama.subdomain}.${instances.web.domains.url0}";