fix: 🐛 Fedora Set Up Enable SSH

This commit is contained in:
2026-03-01 09:48:25 +00:00
parent 76af5f884c
commit 4064561d14
+6
View File
@@ -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
# ============================================================