summary refs log tree commit diff
path: root/nixos/modules/services/torrent/transmission.nix
diff options
context:
space:
mode:
authorbb2020 <bb2020@users.noreply.github.com>2021-12-01 17:55:06 +0300
committerbb2020 <bb2020@users.noreply.github.com>2021-12-01 17:55:06 +0300
commit21a54a4e4c91f043aa46063a9276b768fa6af8b1 (patch)
tree364d80cefb05344560679a8ce3d009144bcbffc3 /nixos/modules/services/torrent/transmission.nix
parent3b1c4a732f9d8f4961153a087d86e66ca704ac55 (diff)
downloadnixpkgs-21a54a4e4c91f043aa46063a9276b768fa6af8b1.tar
nixpkgs-21a54a4e4c91f043aa46063a9276b768fa6af8b1.tar.gz
nixpkgs-21a54a4e4c91f043aa46063a9276b768fa6af8b1.tar.bz2
nixpkgs-21a54a4e4c91f043aa46063a9276b768fa6af8b1.tar.lz
nixpkgs-21a54a4e4c91f043aa46063a9276b768fa6af8b1.tar.xz
nixpkgs-21a54a4e4c91f043aa46063a9276b768fa6af8b1.tar.zst
nixpkgs-21a54a4e4c91f043aa46063a9276b768fa6af8b1.zip
nixos/transmission: adjust message-level enum
Diffstat (limited to 'nixos/modules/services/torrent/transmission.nix')
-rw-r--r--nixos/modules/services/torrent/transmission.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/torrent/transmission.nix b/nixos/modules/services/torrent/transmission.nix
index a6ff467914a..b8b38f6ba93 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.";
           };