diff --git a/src/install/first_boot.rs b/src/install/first_boot.rs index bae4650..36f4d83 100644 --- a/src/install/first_boot.rs +++ b/src/install/first_boot.rs @@ -62,8 +62,6 @@ pub fn first_boot_values(conf: &GeneralConfig) { if let Some(root_pw) = &conf.root_password { change_passwd("root", root_pw); } - - systemd_service_enable("NetworkManager.service"); } pub fn build_vconsole_conf(conf: &GeneralConfig) -> String {