{ config, pkgs, lib, ... }: # nix-shell -p wol --run 'wol C8:CB:B8:CF:E4:DC --passwd=CA-FE-BA-BE-13-37' let itf = config.makefu.server.primary-itf; in { imports = [ # Include the results of the hardware scan. ./hw.nix ]; krebs.build.host = config.krebs.hosts.filepimp; networking.firewall.trustedInterfaces = [ itf ]; networking.interfaces.${itf}.wakeOnLan = true; }