{config, ...}: {
networking = {
hostName = config.universe.system.hostname;
networkmanager.enable = true;
dhcpcd.enable = true;
};
}