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