From 79461e2bc663aed53dcadc2a40c181aad97cee8e Mon Sep 17 00:00:00 2001 From: Christian Kampka Date: Sun, 14 Jul 2024 13:13:22 +0200 Subject: [PATCH] Fix description for crowdsec.settings setting --- modules/crowdsec/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/crowdsec/default.nix b/modules/crowdsec/default.nix index dea3a46..b9411a1 100644 --- a/modules/crowdsec/default.nix +++ b/modules/crowdsec/default.nix @@ -107,8 +107,8 @@ in { }; settings = mkOption { description = mdDoc '' - Settings for MediaMTX. Refer to the defaults at - . + Settings for Crowdsec. Refer to the defaults at + . ''; type = format.type; default = {};