{ config, ... }: { services.syncplay.enable = true; networking.firewall.allowedTCPPorts = [ config.services.syncplay.port ]; networking.firewall.allowedUDPPorts = [ config.services.syncplay.port ]; }