From 21a54a4e4c91f043aa46063a9276b768fa6af8b1 Mon Sep 17 00:00:00 2001 From: bb2020 Date: Wed, 1 Dec 2021 17:55:06 +0300 Subject: nixos/transmission: adjust message-level enum --- nixos/modules/services/torrent/transmission.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/torrent') diff --git a/nixos/modules/services/torrent/transmission.nix b/nixos/modules/services/torrent/transmission.nix index a6ff467914a10..b8b38f6ba93c7 100644 --- a/nixos/modules/services/torrent/transmission.nix +++ b/nixos/modules/services/torrent/transmission.nix @@ -67,7 +67,7 @@ in description = ""; }; options.message-level = mkOption { - type = types.ints.between 0 2; + type = types.ints.between 0 3; default = 2; description = "Set verbosity of transmission messages."; }; -- cgit 1.4.1