From def00d7a52978de33212dbdfe4d56ff3fa3a28b4 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 18 Mar 2026 16:10:07 +0100 Subject: [PATCH] glance: Improve title of of per-host-sites-widgets --- modules/nixos/web-services/glance.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/web-services/glance.nix b/modules/nixos/web-services/glance.nix index 02ef141..d38e7e2 100644 --- a/modules/nixos/web-services/glance.nix +++ b/modules/nixos/web-services/glance.nix @@ -17,7 +17,7 @@ let |> lib.map (host: { type = "monitor"; cache = "1m"; - title = host.config.networking.hostName; + title = "${host.config.networking.hostName} Services"; sites = host.config.custom.meta.sites |> lib.attrValues