From 9f2d51a4e7adac81e6dfcbbdacac0a498591a663 Mon Sep 17 00:00:00 2001 From: rasmus-kirk Date: Fri, 9 Feb 2024 20:47:48 +0100 Subject: nixos/transmission: fix log level bounds to match the transmission wiki --- nixos/modules/services/torrent/transmission.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/torrent/transmission.nix b/nixos/modules/services/torrent/transmission.nix index 5dd02eb331633..a9fb123b981ec 100644 --- a/nixos/modules/services/torrent/transmission.nix +++ b/nixos/modules/services/torrent/transmission.nix @@ -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."; }; -- cgit 1.4.1