summary refs log tree commit diff
path: root/nixos/tests/bittorrent.nix
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2021-11-02 17:41:55 +0100
committerPatrick Hilhorst <git@hilhorst.be>2021-11-02 17:41:55 +0100
commitbb009ea48b0d855517cd2b186f19ad6c470cd6d1 (patch)
tree4f122b470b11c9dc26ca425c63664c6f2228c631 /nixos/tests/bittorrent.nix
parentd0ed3f815cb25a7ecbcb72e72f3e36ac9d14a638 (diff)
downloadnixpkgs-bb009ea48b0d855517cd2b186f19ad6c470cd6d1.tar
nixpkgs-bb009ea48b0d855517cd2b186f19ad6c470cd6d1.tar.gz
nixpkgs-bb009ea48b0d855517cd2b186f19ad6c470cd6d1.tar.bz2
nixpkgs-bb009ea48b0d855517cd2b186f19ad6c470cd6d1.tar.lz
nixpkgs-bb009ea48b0d855517cd2b186f19ad6c470cd6d1.tar.xz
nixpkgs-bb009ea48b0d855517cd2b186f19ad6c470cd6d1.tar.zst
nixpkgs-bb009ea48b0d855517cd2b186f19ad6c470cd6d1.zip
nixosTests.bittorrent: fix with new transmission options
Diffstat (limited to 'nixos/tests/bittorrent.nix')
-rw-r--r--nixos/tests/bittorrent.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/bittorrent.nix b/nixos/tests/bittorrent.nix
index ee7a582922c..11420cba9dc 100644
--- a/nixos/tests/bittorrent.nix
+++ b/nixos/tests/bittorrent.nix
@@ -26,7 +26,7 @@ let
       enable = true;
       settings = {
         dht-enabled = false;
-        message-level = 3;
+        message-level = 2;
         inherit download-dir;
       };
     };