monitoring: fix app name

This commit is contained in:
ibizaman 2025-11-18 23:23:25 +01:00 committed by Pierre Penninckx
parent 061c194b1b
commit 583b562ec2

View file

@ -23,13 +23,13 @@ in
subdomain = lib.mkOption {
type = lib.types.str;
description = "Subdomain under which home-assistant will be served.";
description = "Subdomain under which Grafana will be served.";
example = "grafana";
};
domain = lib.mkOption {
type = lib.types.str;
description = "domain under which home-assistant will be served.";
description = "domain under which Grafana will be served.";
example = "mydomain.com";
};