{ config, ... }:
let
firewallcfg = config.machine.firewall;
in {
networking = {
hostName = config.machine.hostName;
};
}