about summary refs log tree commit diff
path: root/nixos/modules/services/monitoring
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-04-15 20:12:24 +0300
committerK900 <me@0upti.me>2024-04-15 20:12:24 +0300
commit784330e27539b55d79959d979df50ff0cb011e26 (patch)
tree7d0fddb7fc5f9cf589389fe3dba2f5739702e7fa /nixos/modules/services/monitoring
parent7d7fedcedea7b082f566e75bfed7aed7950f07e3 (diff)
treewide: nuke remaining mdDoc leftovers
bors when
Diffstat (limited to 'nixos/modules/services/monitoring')
-rw-r--r--nixos/modules/services/monitoring/grafana.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/grafana.nix b/nixos/modules/services/monitoring/grafana.nix
index e691cd64497f0..9d453c5394824 100644
--- a/nixos/modules/services/monitoring/grafana.nix
+++ b/nixos/modules/services/monitoring/grafana.nix
@@ -682,7 +682,7 @@ in
 
             # TODO Add "instrument_queries" option when upgrading to grafana 10.0
             # instrument_queries = mkOption {
-            #   description = lib.mdDoc "Set to `true` to add metrics and tracing for database queries.";
+            #   description = "Set to `true` to add metrics and tracing for database queries.";
             #   default = false;
             #   type = types.bool;
             # };