nntp-proxy module: use enum
This commit is contained in:
parent
fb26d561ed
commit
5259fb2181
@ -148,11 +148,11 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
verbosity = mkOption {
|
verbosity = mkOption {
|
||||||
type = types.str;
|
type = types.enum [ "error" "warning" "notice" "info" "debug" ];
|
||||||
default = "info";
|
default = "info";
|
||||||
example = "error";
|
example = "error";
|
||||||
description = ''
|
description = ''
|
||||||
Verbosity level (error, warning, notice, info, debug)
|
Verbosity level
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user