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