{ config, lib, pkgs, ... }: { networking.interfaces.eth0.useDHCP = true; networking.hostName = "blade"; networking.firewall.allowedTCPPorts = [ 22 80 443 ]; }