Compare commits

..

No commits in common. "3a5e1d33000d118a202890d5cb371362be4aac81" and "81435bb91ea0015990a6fb6a26a98e0ae962dddc" have entirely different histories.

2 changed files with 1 additions and 11 deletions

View file

@ -1,6 +0,0 @@
{ pkgs, ... }:
{
home.packages = builtins.attrValues {
inherit (pkgs) picard;
};
}

View file

@ -110,15 +110,11 @@ in
Session = {
Interface = "wg0";
InterfaceName = "wg0";
Port = torrentPort;
MaxConnections = -1;
Port = torrentPort;
MaxConnectionsPerTorrent = -1;
MaxUploads = -1;
MaxUploadsPerTorrent = -1;
QueueingSystemEnabled = false;
uTPRateLimited = false;
AlternativeGlobalDLSpeedLimit = 0;
AlternativeGlobalUPSpeedLimit = 0;
};
};