🩹 fix
All checks were successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful

This commit is contained in:
JMARyA 2025-04-27 20:07:25 +02:00
parent 363daec873
commit d418f79a25
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -62,8 +62,6 @@ pub fn first_boot_values(conf: &GeneralConfig) {
if let Some(root_pw) = &conf.root_password { if let Some(root_pw) = &conf.root_password {
change_passwd("root", root_pw); change_passwd("root", root_pw);
} }
systemd_service_enable("NetworkManager.service");
} }
pub fn build_vconsole_conf(conf: &GeneralConfig) -> String { pub fn build_vconsole_conf(conf: &GeneralConfig) -> String {