From a8c0dc12fb882934fea2f394d5d0b6843fc2eaf1 Mon Sep 17 00:00:00 2001
From: albert <albert@sysctl.io>
Date: Thu, 20 Feb 2025 13:08:34 -0800
Subject: [PATCH] Add Syncthing service to warsaw and both servers

---
 nixos/hosts/framework-server/default.nix | 1 +
 nixos/hosts/nuc-server/default.nix       | 1 +
 nixos/hosts/warsaw-ovh-01/default.nix    | 1 +
 3 files changed, 3 insertions(+)

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