host/istal: remove tox node

This commit is contained in:
Dmitriy Pleshevskiy 2024-09-05 21:33:46 +03:00
parent ae08a31c1f
commit 1956230264
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2
2 changed files with 0 additions and 19 deletions

View file

@ -4,6 +4,5 @@
./wireguard
./docker-registry-proxy.nix
./nginx.nix
./tox.nix
];
}

View file

@ -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"
];
};
}