summary refs log tree commit diff stats
path: root/system/settings
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings')
-rw-r--r--system/settings/services/syncthing.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/services/syncthing.nix b/system/settings/services/syncthing.nix
index b6a12861..c3aa8086 100644
--- a/system/settings/services/syncthing.nix
+++ b/system/settings/services/syncthing.nix
@@ -5,7 +5,7 @@
     user = "alan";
     group = "users";
     openDefaultPorts = true;
-    systemService = true;
+    systemService = false;
     dataDir = "/home/alan/.config/syncthing";
   };
 }