prometheus/module.nix: fix cfg
This commit is contained in:
parent
290f541c5f
commit
61f9e30242
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue