qbittorrent + qbit_manage migrated to nixpkgs
All checks were successful
MCP Tests / mcp-tests (push) Successful in 24s
All checks were successful
MCP Tests / mcp-tests (push) Successful in 24s
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user