mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
Compare commits
No commits in common. "3a5e1d33000d118a202890d5cb371362be4aac81" and "81435bb91ea0015990a6fb6a26a98e0ae962dddc" have entirely different histories.
3a5e1d3300
...
81435bb91e
2 changed files with 1 additions and 11 deletions
|
|
@ -1,6 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs) picard;
|
||||
};
|
||||
}
|
||||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue