about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-06 12:35:47 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-06 12:35:47 -0700
commit1987eaf72b1f7436354bdbb11133cc615dc28359 (patch)
tree398daff284be14a39a84f8ba0f3d2f8c64253c45 /modules
parentrefactor grafana as a module (diff)
downloadworld-1987eaf72b1f7436354bdbb11133cc615dc28359.tar.gz
prometheus: proper name for the option
Diffstat (limited to 'modules')
-rw-r--r--modules/services/prometheus/default.nix2
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";
   };