From d418f79a254ce45d2785ffbf65fcb997c7749f0e Mon Sep 17 00:00:00 2001 From: JMARyA Date: Sun, 27 Apr 2025 20:07:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/install/first_boot.rs | 2 -- 1 file changed, 2 deletions(-) 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 {