summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2021-03-02 11:54:37 +0100
committerAlan Pearce2021-03-02 11:54:48 +0100
commit525483e2a4563380f9e2029ed91927a2b7810810 (patch)
tree93f3e91d86068a1c6c6df19813535d0069c1da5d /system
parent94aa169b424dc6fabc86e145af838711e0e5cb2d (diff)
downloadnixfiles-525483e2a4563380f9e2029ed91927a2b7810810.tar.lz
nixfiles-525483e2a4563380f9e2029ed91927a2b7810810.tar.zst
nixfiles-525483e2a4563380f9e2029ed91927a2b7810810.zip
syncthing: run as user service
Diffstat (limited to 'system')
-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";
   };
 }