config.sh: Drop unneeded configuration

The various systemd services are enabled through presets already,
so this is redundant.
This commit is contained in:
Neal Gompa 2024-04-08 22:53:03 -04:00
parent 84a2a2a187
commit 0521c46afa
1 changed files with 0 additions and 6 deletions

View File

@ -54,12 +54,6 @@ passwd -l root
# Setup default services
#--------------------------------------
## Enable chrony
systemctl enable sshd.service
## Enable NetworkManager
systemctl enable NetworkManager.service
## Enable chrony
systemctl enable chronyd.service
## Enable persistent journal
mkdir -p /var/log/journal