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