1
0
Fork 0

add pkg firewalld and setup

This commit is contained in:
Pratham Patel 2022-12-18 12:58:00 +05:30
parent d992e93388
commit 050aad4e37
2 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,7 @@ options root=UUID=$(blkid $2 -s UUID -o value) rw ignore_loglevel
EOF
# enable services
systemctl enable firewalld.service
systemctl enable systemd-boot-update.service
systemctl enable sddm.service
systemctl enable NetworkManager.service

View File

@ -15,6 +15,9 @@ PKGS_TO_INSTALL=(base bash cron curl dhcpcd dnsutils doas efibootmgr findutils g
# power management
PKGS_TO_INSTALL+=(acpi_call iasl)
# firewall
PKGS_TO_INSTALL+=(firewalld)
# add-on
PKGS_TO_INSTALL+=(flatpak ffmpeg light)