diff --git a/flake.lock b/flake.lock index ea027e9..f17ac99 100644 --- a/flake.lock +++ b/flake.lock @@ -183,11 +183,11 @@ ] }, "locked": { - "lastModified": 1743213175, - "narHash": "sha256-6cI/ScqqZekTwhyBgqInX3ZPXzXdsqy64NjvSvzuCpo=", + "lastModified": 1743300109, + "narHash": "sha256-P+3ux9uyGsbzWSvfB3sAzvERTonvthc2iCDJYh6bIeM=", "owner": "Infinidoge", "repo": "nix-minecraft", - "rev": "5ac2c907b5ebfea6d999fb861561f5b096a2e9e1", + "rev": "bd7ef340501fbd2cb855a3b725992914b5fa5fbe", "type": "github" }, "original": { @@ -214,11 +214,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1743161759, - "narHash": "sha256-AJJy0SKtqLld9JPYi/yvI2P6qCNpcjExHuniZbRSklk=", + "lastModified": 1743290600, + "narHash": "sha256-v2NB8B3EahTvJ0Zg6QVJVUjq2cBwZ0UKTwMr2nv9718=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "873f4b2202bdac3845fa5ae294cfa2748ef0667e", + "rev": "b9c20f02b5c6e5ef418767eac59c2655d18419f0", "type": "github" }, "original": { diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 4e4451d..e12a33d 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -63,7 +63,7 @@ serverConfig.BitTorrent = { Session = { GlobalUPSpeedLimit = 1500; # 1.500 MiB/s - GlobalDLSpeedLimit = -1; + GlobalDLSpeedLimit = 500; # 500 KiB/s IgnoreLimitsOnLAN = true;