{ pkgs, ... }: { networking.firewall = { enable = true; allowedUDPPorts = [ 34197 #factorio ]; allowedTCPPorts = [ 25565 # mc ]; }; }