diff --git a/set_up_dev/fedora.sh b/set_up_dev/fedora.sh index bf38d40..b61666e 100755 --- a/set_up_dev/fedora.sh +++ b/set_up_dev/fedora.sh @@ -139,6 +139,12 @@ git clone https://github.com/Jake-Pullen/kickstart.nvim.git $HOME/.config/nvim # ============================================================ chsh -s /bin/zsh +# ============================================================ +# ENABLE SERVICES +# ============================================================ +sudo systemctl enable --now sshd + + # ============================================================ # CLEANUP # ============================================================