diff --git a/flake.lock b/flake.lock index 3b6cd41..caa2477 100644 --- a/flake.lock +++ b/flake.lock @@ -200,11 +200,11 @@ ] }, "locked": { - "lastModified": 1746210433, - "narHash": "sha256-a1VLDeB6NFqbVFMB/BR0kfw8QBqqHHoGP5GlhSRcdhc=", + "lastModified": 1746286791, + "narHash": "sha256-YZEQMuHFAk+Xpjcyhiw3u+F7oicMVTJolteij1ftEB4=", "owner": "ggml-org", "repo": "llama.cpp", - "rev": "1d36b3670b285e69e58b9d687c770a2a0a192194", + "rev": "3bf785f3efa89ed28294fbf73054558a2b034bfb", "type": "github" }, "original": { @@ -222,11 +222,11 @@ ] }, "locked": { - "lastModified": 1746151214, - "narHash": "sha256-rwimRjWUa4EgjWo8YU8GWL/D4ZDBHkE32y/DtBP0RwE=", + "lastModified": 1746237443, + "narHash": "sha256-rkt2eXq87Kvw4qU3OZTBiSavbVQ8jy3mKMv3Bp3ocyk=", "owner": "Infinidoge", "repo": "nix-minecraft", - "rev": "a97ba80db972f4a9ebb86948644d9c7cd95fc546", + "rev": "5b810e15ebce44e79429dd66212c8425a8256df8", "type": "github" }, "original": { diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 5240815..f1589ce 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -63,7 +63,7 @@ serverConfig.BitTorrent = { Session = { GlobalUPSpeedLimit = 0; # unlimited upload - GlobalDLSpeedLimit = 500; # 500 KiB/s + GlobalDLSpeedLimit = 20000; # 20 MiB/s IgnoreLimitsOnLAN = true;