{ config, pkgs, lib, ... }: { imports = [ ./hardware-config.nix ]; krebs.build.host = config.krebs.hosts.crapi; services.openssh.enable = true; }