{ systemConfig, ... }: { networking = { hostName = systemConfig.hostName; networkmanager.enable = true; }; services.openssh.enable = true; }