From d4151d6a2ea8e0350f32969ccac87b2dc3ad90bd Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:20:28 -0500 Subject: [PATCH] nixos/osquery: fix documentation link formatting --- nixos/modules/services/monitoring/osquery.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/monitoring/osquery.nix b/nixos/modules/services/monitoring/osquery.nix index fbe6f45b9d8e..fe6c79a79fe5 100644 --- a/nixos/modules/services/monitoring/osquery.nix +++ b/nixos/modules/services/monitoring/osquery.nix @@ -40,7 +40,7 @@ in 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 . ''; example = { options.utc = false; @@ -52,7 +52,7 @@ in 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 . ''; example = { config_refresh = "10";