update flake inputs and pkgs. change TrackersListCollecton from flake inputs to pkgs
This commit is contained in:
parent
c0f3250730
commit
e041ee95c8
19 changed files with 87 additions and 67 deletions
|
|
@ -2,7 +2,6 @@
|
|||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
rootPath,
|
||||
...
|
||||
}: let
|
||||
|
|
@ -27,7 +26,7 @@ in {
|
|||
settings = {
|
||||
utp-enabled = true;
|
||||
watch-dir-enabled = true;
|
||||
default-trackers = builtins.readFile "${inputs.bt-tracker}/all.txt";
|
||||
default-trackers = builtins.readFile "${pkgs.TrackersListCollection}/all.txt";
|
||||
rpc-bind-address = "0.0.0.0";
|
||||
speed-limit-up-enabled = true;
|
||||
speed-limit-up = 1000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue