{ lib, config, pkgs, ... }: { imports = [ ]; networking.firewall.allowedTCPPorts = [ 80 8010 9989 ]; krebs.ci.enable = true; krebs.ci.users.krebs ={ hosts = [ "test-all-krebs-modules" config.networking.hostName ]; }; }