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