nixos/osquery: fix documentation link formatting

Changed files
+2 -2
nixos
modules
services
monitoring
+2 -2
nixos/modules/services/monitoring/osquery.nix
···
default = { };
description = ''
Configuration to be written to the osqueryd JSON configuration file.
-
To understand the configuration format, refer to https://osquery.readthedocs.io/en/stable/deployment/configuration/#configuration-components.
+
To understand the configuration format, refer to <https://osquery.readthedocs.io/en/stable/deployment/configuration/#configuration-components>.
'';
example = {
options.utc = false;
···
default = { };
description = ''
Attribute set of flag names and values to be written to the osqueryd flagfile.
-
For more information, refer to https://osquery.readthedocs.io/en/stable/installation/cli-flags.
+
For more information, refer to <https://osquery.readthedocs.io/en/stable/installation/cli-flags>.
'';
example = {
config_refresh = "10";