Merge pull request #146094 from VergeDX/influxdb2

nixos/influxdb2: Add Hyperlink highlight for url.
This commit is contained in:
Bobby Rong 2021-11-16 10:04:01 +08:00 committed by GitHub
commit 18d56c5c6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ in
}; };
settings = mkOption { settings = mkOption {
default = { }; default = { };
description = "configuration options for influxdb2, see https://docs.influxdata.com/influxdb/v2.0/reference/config-options for details."; description = ''configuration options for influxdb2, see <link xlink:href="https://docs.influxdata.com/influxdb/v2.0/reference/config-options"/> for details.'';
type = format.type; type = format.type;
}; };
}; };