with import ; { lib, config, pkgs, ... }: { imports = [ ]; networking.firewall.allowedTCPPorts = [ 80 8010 9989 ]; krebs.ci.enable = true; krebs.ci.treeStableTimer = 120; krebs.ci.hosts = [ config.krebs.build.host ]; }