Fix description for crowdsec.settings setting
This commit is contained in:
@@ -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 = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user