# # # { config, pkgs, ... }: { imports = [ # Include the results of the hardware scan. # hardware specifics are in here ]; # not working in vm krebs.build.host = config.krebs.hosts.tsp; networking.firewall.allowedTCPPorts = [ 25 ]; }