mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
Compare commits
2 commits
81435bb91e
...
3a5e1d3300
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a5e1d3300 | ||
|
|
df26985bd6 |
2 changed files with 11 additions and 1 deletions
|
|
@ -0,0 +1,6 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = builtins.attrValues {
|
||||||
|
inherit (pkgs) picard;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -110,11 +110,15 @@ in
|
||||||
Session = {
|
Session = {
|
||||||
Interface = "wg0";
|
Interface = "wg0";
|
||||||
InterfaceName = "wg0";
|
InterfaceName = "wg0";
|
||||||
MaxConnections = -1;
|
|
||||||
Port = torrentPort;
|
Port = torrentPort;
|
||||||
|
MaxConnections = -1;
|
||||||
MaxConnectionsPerTorrent = -1;
|
MaxConnectionsPerTorrent = -1;
|
||||||
MaxUploads = -1;
|
MaxUploads = -1;
|
||||||
|
MaxUploadsPerTorrent = -1;
|
||||||
QueueingSystemEnabled = false;
|
QueueingSystemEnabled = false;
|
||||||
|
uTPRateLimited = false;
|
||||||
|
AlternativeGlobalDLSpeedLimit = 0;
|
||||||
|
AlternativeGlobalUPSpeedLimit = 0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue