From 36a55a40a99f5aa655842bc2ec22f505c4cb09fe Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Thu, 5 Feb 2026 09:09:52 +0100 Subject: [PATCH] fix: Change Nextcloud IP --- stow/ssh/.ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stow/ssh/.ssh/config b/stow/ssh/.ssh/config index ea3df8e..548681d 100644 --- a/stow/ssh/.ssh/config +++ b/stow/ssh/.ssh/config @@ -60,7 +60,7 @@ Host Gitea Host Nextcloud User administrator - Hostname 192.168.0.14 + Hostname 192.168.0.23 IdentitiesOnly yes IdentityFile /run/secrets/HomeLab/Nextcloud/ssh