update flake inputs and pkgs. change TrackersListCollecton from flake inputs to pkgs

This commit is contained in:
ulic-youthlic 2025-05-20 11:55:43 +08:00
parent c0f3250730
commit e041ee95c8
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
19 changed files with 87 additions and 67 deletions

View file

@ -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;