mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
glance: Improve title of of per-host-sites-widgets
This commit is contained in:
parent
b554146792
commit
def00d7a52
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue