From 36a55a40a99f5aa655842bc2ec22f505c4cb09fe Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Thu, 5 Feb 2026 09:09:52 +0100 Subject: [PATCH 1/2] 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 From b403ee295b1c8c1d06d1ddf12f30f12112a4d038 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Thu, 5 Feb 2026 09:14:00 +0100 Subject: [PATCH 2/2] chore: Remove unused service syncthing --- nixos/users/tdpeuter/default.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nixos/users/tdpeuter/default.nix b/nixos/users/tdpeuter/default.nix index 1351a66..b62adc8 100644 --- a/nixos/users/tdpeuter/default.nix +++ b/nixos/users/tdpeuter/default.nix @@ -139,14 +139,6 @@ in { }; }; - services.syncthing = { - enable = true; - extraOptions = [ - "--no-default-folder" - ]; - tray.enable = true; - }; - xdg = { desktopEntries.spotify = { name = "Spotify";