From 918d5ea0853bcbbca3bc655b0ed2bb5f5eb3f6f9 Mon Sep 17 00:00:00 2001
From: Nathan Anderson <n8r@tuta.io>
Date: Mon, 18 Mar 2024 12:56:34 -0600
Subject: [PATCH] removed all syncthing declarative config

---
 shared/server-configuration.nix | 36 ++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/shared/server-configuration.nix b/shared/server-configuration.nix
index 7f10a6a..eb8a88e 100644
--- a/shared/server-configuration.nix
+++ b/shared/server-configuration.nix
@@ -111,24 +111,24 @@ in
       # overrideDevices = true;     # overrides any devices added or deleted through the WebUI
       # overrideFolders = true;     # overrides any folders added or deleted through the WebUI
       openDefaultPorts = true;
-      settings = {
-        devices = {
-          # "supernote" = { id = "DEVICE-ID-GOES-HERE"; };
-          # "pixel" = { id = "DEVICE-ID-GOES-HERE2"; };
-          # "winmax" = { id = "id3"; };
-          # "nix-box" = { id = "id4"; };
-        };
-        folders = {
-          "supernote" = {         # Name of folder in Syncthing, also the folder ID
-            path = "${srvConfig.nfsRoot}/kage/syncthing/supernote";    # Which folder to add to Syncthing
-            # devices = [ "supernote" "pixel" ];      # Which devices to share the folder with
-          };
-          "web" = {         # Name of folder in Syncthing, also the folder ID
-            path = "${srvConfig.nfsRoot}/kage/syncthing/web";    # Which folder to add to Syncthing
-            # devices = [ "supernote" "pixel" "winmax" "nix-box" ];      # Which devices to share the folder with
-          };
-        };
-      };
+      # settings = {
+      #   devices = {
+      #     # "supernote" = { id = "DEVICE-ID-GOES-HERE"; };
+      #     # "pixel" = { id = "DEVICE-ID-GOES-HERE2"; };
+      #     # "winmax" = { id = "id3"; };
+      #     # "nix-box" = { id = "id4"; };
+      #   };
+      #   folders = {
+      #     "supernote" = {         # Name of folder in Syncthing, also the folder ID
+      #       path = "${srvConfig.nfsRoot}/kage/syncthing/supernote";    # Which folder to add to Syncthing
+      #       # devices = [ "supernote" "pixel" ];      # Which devices to share the folder with
+      #     };
+      #     "web" = {         # Name of folder in Syncthing, also the folder ID
+      #       path = "${srvConfig.nfsRoot}/kage/syncthing/web";    # Which folder to add to Syncthing
+      #       # devices = [ "supernote" "pixel" "winmax" "nix-box" ];      # Which devices to share the folder with
+      #     };
+      #   };
+      # };
     };
     # networking.firewall.allowedTCPPorts = [ ... ];
     # networking.firewall.allowedUDPPorts = [ ... ];