{ config, pkgs, ... }: { environment.systemPackages = [ pkgs.yate ]; # Just disable it for now. networking.firewall.enable = false; }