host/istal: remove tox node
This commit is contained in:
parent
ae08a31c1f
commit
1956230264
2 changed files with 0 additions and 19 deletions
|
@ -4,6 +4,5 @@
|
|||
./wireguard
|
||||
./docker-registry-proxy.nix
|
||||
./nginx.nix
|
||||
./tox.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
|
||||
{
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 33445 ];
|
||||
allowedUDPPorts = [ 33445 ];
|
||||
};
|
||||
|
||||
|
||||
services.tox-node = {
|
||||
enable = true;
|
||||
udpAddress = "0.0.0.0:33445";
|
||||
tcpAddresses = [
|
||||
"0.0.0.0:33445"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue