diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:35:47 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:35:47 -0700 |
commit | 1987eaf72b1f7436354bdbb11133cc615dc28359 (patch) | |
tree | 398daff284be14a39a84f8ba0f3d2f8c64253c45 /modules/services/prometheus | |
parent | refactor grafana as a module (diff) | |
download | world-1987eaf72b1f7436354bdbb11133cc615dc28359.tar.gz |
prometheus: proper name for the option
Diffstat (limited to '')
-rw-r--r-- | modules/services/prometheus/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/prometheus/default.nix b/modules/services/prometheus/default.nix index 6eeee16..c7b80c2 100644 --- a/modules/services/prometheus/default.nix +++ b/modules/services/prometheus/default.nix @@ -47,7 +47,7 @@ let } ]; in { - options.my.services.navidrome = with lib; { + options.my.services.prometheus = with lib; { enable = mkEnableOption "Prometheus monitoring solution"; }; |