Machines/Everest: remove unneeded firewall options

This commit is contained in:
Toast 2025-01-02 21:24:50 +01:00
parent 98ebbcfbd3
commit 21c8f8c7e4

View file

@ -53,11 +53,4 @@
};
};
};
# Open ports in the firewall.
# No idea what ports 5201 and 21027 do tho
networking.firewall.allowedTCPPorts = [5201];
networking.firewall.allowedUDPPorts = [5201 21027];
# Or disable the firewall altogether.
# networking.firewall.enable = false;
}