diff --git a/nixos/modules/services/monitoring/netdata.nix b/nixos/modules/services/monitoring/netdata.nix index 969fb81ab8ff..0de0e58a8ae9 100644 --- a/nixos/modules/services/monitoring/netdata.nix +++ b/nixos/modules/services/monitoring/netdata.nix @@ -92,7 +92,7 @@ in { recommendedPythonPackages = mkOption { type = types.bool; default = false; - description = lib.mdDoc '' + description = '' Whether to enable a set of recommended Python plugins by installing extra Python packages. '';