{ config, ... }:

{
  networking = {
    hostName = config.machine.hostName;
  };
}