Commit 9f2d51a4 authored by rasmus-kirk's avatar rasmus-kirk Committed by tomf
Browse files

nixos/transmission: fix log level bounds to match the transmission wiki

parent 850934d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.";
          };