meta/services: Rename name to title

This commit is contained in:
SebastianStork 2026-03-09 23:51:47 +01:00
parent 7ac4050d85
commit 784a20644f
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
23 changed files with 29 additions and 44 deletions

View file

@ -127,7 +127,7 @@ in
persistence.directories = [ "/var/lib/${config.services.prometheus.stateDir}" ];
meta.services.${cfg.domain} = {
name = "Prometheus";
title = "Prometheus";
icon = "sh:prometheus";
};
};