X-Git-Url: https://plomlompom.com/repos//%22https:/validator.w3.org/check?a=blobdiff_plain;f=buster%2Fsetup_scripts%2Fsetup_server.sh;h=5f05ce94af495dae840f98c5eeb7d5a55c807b4f;hb=1f31c8648b5c44b1623260dffd3ff104387f883d;hp=6d92c7c979266829d7d606c1711c446055cf6e95;hpb=8389c68ddf3e9d38d6a5609980eb165c3966782e;p=config diff --git a/buster/setup_scripts/setup_server.sh b/buster/setup_scripts/setup_server.sh index 6d92c7c..5f05ce9 100755 --- a/buster/setup_scripts/setup_server.sh +++ b/buster/setup_scripts/setup_server.sh @@ -16,3 +16,13 @@ config_tree_prefix="${HOME}/config/buster" setup_scripts_dir="${config_tree_prefix}/setup_scripts" cd "${setup_scripts_dir}" ./setup.sh "${hostname}" "${fqdn}" server + +# 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