home · contact · privacy
Add firefall enabling to setup script.
[config] / buster / setup_scripts / setup_server.sh
index a9debdb06e24d0e5764abaa62176db3ebe361b7e..5f05ce94af495dae840f98c5eeb7d5a55c807b4f 100755 (executable)
@@ -20,3 +20,9 @@ cd "${setup_scripts_dir}"
 # If we have not yet set the shell for user plom, ensure it here. This
 # is mostly for convenience.
 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