nixos/transmission: fix log level bounds to match the transmission wiki
This commit is contained in:
parent
850934d1c1
commit
9f2d51a4e7
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ in
|
|||
description = lib.mdDoc "";
|
||||
};
|
||||
options.message-level = mkOption {
|
||||
type = types.ints.between 0 3;
|
||||
type = types.ints.between 0 6;
|
||||
default = 2;
|
||||
description = lib.mdDoc "Set verbosity of transmission messages.";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue