Unverified Commit 8e9f0068 authored by Franz Pletz's avatar Franz Pletz
Browse files

nixos/prometheus-zfs-exporter: mdDoc descriptions

parent 50f308b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ in
    telemetryPath = mkOption {
      type = types.str;
      default = "/metrics";
      description = ''
      description = lib.mdDoc ''
        Path under which to expose metrics.
      '';
    };
@@ -20,7 +20,7 @@ in
    pools = mkOption {
      type = with types; nullOr (listOf str);
      default = [ ];
      description = ''
      description = lib.mdDoc ''
        Name of the pool(s) to collect, repeat for multiple pools (default: all pools).
      '';
    };