feat: Adds firewalld to system run and setup script.

feat: Move dotfiles location and update the appropriate environment variables.
This commit is contained in:
2025-10-14 09:48:24 -04:00
parent d1dffb632f
commit b87348da96
4 changed files with 7 additions and 7 deletions

1
system
View File

@@ -38,3 +38,4 @@ log_and_run "sudo setcap "cap_dac_override+p" $(which espanso)"
log_and_run "systemctl --user enable --now logout-task.service"
log_and_run "systemctl --user enable --now battery-monitor.timer"
log_and_run "sudo systemctl enable --now pcscd.service"
log_and_run "sudo systemctl enable --now firewalld.service"