qbittorrent + qbit_manage migrated to nixpkgs
All checks were successful
MCP Tests / mcp-tests (push) Successful in 24s

This commit is contained in:
Danilo Reyes
2026-04-01 23:55:32 -06:00
parent 5a4f7c2734
commit 4eeed32002
6 changed files with 124 additions and 157 deletions

View File

@@ -22,14 +22,16 @@ let
wgHomelab = config.my.subnets.wg-homelab;
};
ports = {
inherit (config.my.ports) giteaSsh;
inherit (config.my.ports) qbittorrent;
inherit (config.my.ports) ssh;
inherit (config.my.ports)
giteaSsh
qbittorrent
ssh
wg
;
web = [
80
443
];
inherit (config.my.ports) wg;
syncthing = config.my.ports.syncthingRelay;
synapseFederation = config.my.ports.synapseSsl;
};