diff --git a/setup/modules/core-packages.sh b/setup/modules/core-packages.sh index b1d1000..dbcd4a8 100644 --- a/setup/modules/core-packages.sh +++ b/setup/modules/core-packages.sh @@ -1,2 +1,2 @@ #!/bin/bash -sudo pacman -Syu python python-pip atool nvim curl wget fastfetch +sudo pacman -Syu python python-pip atool nvim curl wget fastfetch fail2ban diff --git a/setup/modules/core.sh b/setup/modules/core.sh index dbfafa4..6b21e28 100644 --- a/setup/modules/core.sh +++ b/setup/modules/core.sh @@ -8,3 +8,4 @@ sudo systemctl enable NetworkManager.service echo "Installing greetd" sudo cp -f ~/Dotfiles/desktopenvs/hyprland/greetd-tuigreet/config.toml /etc/greetd/config.toml sudo systemctl enable greetd.service +sudo systemctl enable fail2ban.service