qbit is host networked
Some checks failed
Check Nix flake / Perform Nix flake checks (pull_request) Failing after 26s
Check flake.lock / Check health of `flake.lock` (pull_request) Failing after 15s

This commit is contained in:
2026-01-08 11:45:15 -05:00
parent 2b53e6d478
commit 670a19f27f
2 changed files with 9 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ in
"${data_path}/data/:/data"
"/etc/localtime:/etc/localtime:ro"
];
networks = [ "host" ];
ports = [
"8082:8082"
"29432:29432"

View File

@@ -45,6 +45,14 @@
8686
8787
5055
# torr
29432
];
allowedUDPPorts = [
# torr
29432
];
};