Single domain for public and tailscale

This commit is contained in:
pazpi 2025-08-22 18:14:29 +02:00
parent 4bc15a5913
commit 7f5cab32e1
6 changed files with 24 additions and 54 deletions

View file

@ -16,7 +16,7 @@ in
};
webSearch = {
searchEngine = "custom";
customSearchEngine = "https://search.${p.domains.ts}/search?q=";
customSearchEngine = "https://search.${p.domains.public}/search?q=";
};
};
@ -101,7 +101,7 @@ in
items = [
{
title = "Searx";
url = "https://search.${p.domains.ts}";
url = "https://search.${p.domains.public}";
icon = "hl-searxng";
}
{
@ -139,12 +139,12 @@ in
items = [
{
title = "Grafana";
url = "https://grafana.${p.domains.ts}";
url = "https://grafana.${p.domains.public}";
icon = "hl-grafana";
}
{
title = "Prometheus";
url = "https://prometheus.${p.domains.ts}";
url = "https://prometheus.ts.${p.domains.public}";
icon = "hl-prometheus";
}
];