Fix description for crowdsec.settings setting

This commit is contained in:
Christian Kampka
2024-07-14 13:13:22 +02:00
parent 65c6d9d677
commit 79461e2bc6

View File

@@ -107,8 +107,8 @@ in {
}; };
settings = mkOption { settings = mkOption {
description = mdDoc '' description = mdDoc ''
Settings for MediaMTX. Refer to the defaults at Settings for Crowdsec. Refer to the defaults at
<https://github.com/bluenviron/mediamtx/blob/main/mediamtx.yml>. <https://github.com/crowdsecurity/crowdsec/blob/master/config/config.yaml>.
''; '';
type = format.type; type = format.type;
default = {}; default = {};