fix(exports): remove nonexistent port

This commit is contained in:
arcnmx 2024-05-02 13:49:34 -07:00
parent febf43b1d0
commit 3ca662f301

View file

@ -27,10 +27,6 @@ in {
port = 19132;
transport = "udp";
};
tcp = {
port = config.ports.default.port;
transport = "tcp";
};
v6 = {
port = 19133;
transport = "udp";