prometheus/module.nix: fix cfg

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit 61f9e30242

View file

@ -7,7 +7,7 @@
inherit (lib.modules) mkIf; inherit (lib.modules) mkIf;
inherit (lib.options) mkEnableOption; inherit (lib.options) mkEnableOption;
cfg = config.modules.system.services.grafana; cfg = config.modules.system.services.prometheus;
port = 4022; port = 4022;
in { in {
options.modules.system.services.prometheus.enable = mkEnableOption "Grafana, a graphing service"; options.modules.system.services.prometheus.enable = mkEnableOption "Grafana, a graphing service";