X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/git-logo.png?a=blobdiff_plain;f=buster%2Fsetup_scripts%2Fsetup_server.sh;h=5f05ce94af495dae840f98c5eeb7d5a55c807b4f;hb=1f31c8648b5c44b1623260dffd3ff104387f883d;hp=4eeaec495f8b9776fdb912fc76f5a971e2180446;hpb=89626b141cdc6861a4c05a2e02f04f5ab0835231;p=config diff --git a/buster/setup_scripts/setup_server.sh b/buster/setup_scripts/setup_server.sh index 4eeaec4..5f05ce9 100755 --- a/buster/setup_scripts/setup_server.sh +++ b/buster/setup_scripts/setup_server.sh @@ -23,3 +23,6 @@ usermod -s /bin/bash plom # We want to be able to use ALL our servers as borg backup destinations. apt -y install borgbackup + +# Enable firewall. +systemctl enable nftables.service