From e1859d21c9adfcbac7d130c7c516dafe04b4e636 Mon Sep 17 00:00:00 2001
From: albert <albert@sysctl.io>
Date: Mon, 24 Feb 2025 13:03:21 -0800
Subject: [PATCH] Update Syncthing locations

---
 nixos/containers/rdesktop/default.nix | 2 +-
 nixos/hosts/warsaw-ovh-01/default.nix | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nixos/containers/rdesktop/default.nix b/nixos/containers/rdesktop/default.nix
index 65e4c855..4469b1a9 100644
--- a/nixos/containers/rdesktop/default.nix
+++ b/nixos/containers/rdesktop/default.nix
@@ -7,7 +7,7 @@
     ../../common/services/gnupg-agent.nix
     ../../common/software/cli/scripts.nix
     ../../common/services/tailscale-autoconnect.nix
-    ../../common/services/syncthing.nix
+    ../../common/services/syncthing/default.nix
   ];
 
   hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-module-xrdp ];
diff --git a/nixos/hosts/warsaw-ovh-01/default.nix b/nixos/hosts/warsaw-ovh-01/default.nix
index f355dc5b..7d0bc902 100644
--- a/nixos/hosts/warsaw-ovh-01/default.nix
+++ b/nixos/hosts/warsaw-ovh-01/default.nix
@@ -6,7 +6,7 @@
     ../../common/services/docker.nix
     ../../common/services/tailscale-autoconnect.nix
     ../../common/services/forgejo-runner.nix
-    ../../common/services/syncthing.nix
+    ../../common/services/syncthing/default.nix
 
     # Copy from framework-server 
     ../framework-server/cron.nix