From 4064561d14e9e57e7796d423968f59c9dd399773 Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Sun, 1 Mar 2026 09:48:25 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fedora=20Set=20Up=20Enabl?= =?UTF-8?q?e=20SSH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- set_up_dev/fedora.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 # ============================================================