forked from mirrors/nixpkgs
logcheck module: use enum
This commit is contained in:
parent
ffc0e2f4fc
commit
986510de45
|
@ -55,9 +55,9 @@ let
|
|||
|
||||
levelOption = mkOption {
|
||||
default = "server";
|
||||
type = types.str;
|
||||
type = types.enum [ "workstation" "server" "paranoid" ];
|
||||
description = ''
|
||||
Set the logcheck level. Either "workstation", "server", or "paranoid".
|
||||
Set the logcheck level.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue