nixos/transmission: fix log level bounds to match the transmission wiki
This commit is contained in:
@@ -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.";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user