diff --git a/nixos/hosts/framework-server/default.nix b/nixos/hosts/framework-server/default.nix
index f6793dfe..70cfc031 100644
--- a/nixos/hosts/framework-server/default.nix
+++ b/nixos/hosts/framework-server/default.nix
@@ -10,6 +10,7 @@
     ../../common/services/docker.nix
     ../../common/services/tailscale-autoconnect.nix
     ../../common/services/forgejo-runner.nix
+    ../../common/services/syncthing.nix
     # Disabling -- I don't know why but this all of a sudden breaks Headscale.  
     # Sep 12 2024
     # ../../common/modules/fail2ban/traefik.nix
diff --git a/nixos/hosts/nuc-server/default.nix b/nixos/hosts/nuc-server/default.nix
index 9a23447f..6655d36e 100644
--- a/nixos/hosts/nuc-server/default.nix
+++ b/nixos/hosts/nuc-server/default.nix
@@ -11,6 +11,7 @@ in {
     ../../common/modules/ssh-luks.nix
     ../../common/services/docker.nix
     ../../common/services/forgejo-runner.nix
+    ../../common/services/syncthing.nix
     ./disks.nix
     ./mounts.nix
     ./cron.nix
diff --git a/nixos/hosts/warsaw-ovh-01/default.nix b/nixos/hosts/warsaw-ovh-01/default.nix
index cf956ae0..d9db587b 100644
--- a/nixos/hosts/warsaw-ovh-01/default.nix
+++ b/nixos/hosts/warsaw-ovh-01/default.nix
@@ -6,6 +6,7 @@
     ../../common/services/docker.nix
     ../../common/services/tailscale-autoconnect.nix
     ../../common/services/forgejo-runner.nix
+    ../../common/services/syncthing.nix
 
     # Copy from framework-server 
     ../framework-server/cron.nix