refactor + firewall

This commit is contained in:
JMARyA 2025-01-10 13:19:39 +01:00
parent f235867600
commit dfa3a34484
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
17 changed files with 200 additions and 123 deletions

View file

@ -1,5 +1,8 @@
use crate::{
config::UserConfig, linux::{arch_chroot, install_file}, pkg::install_pkgs, print_status
config::UserConfig,
linux::{arch_chroot, install_file},
pkg::install_pkgs,
print_status,
};
pub fn change_passwd(user: &str, pw: &str) {