diff options
author | Alan Pearce | 2021-03-02 11:54:37 +0100 |
---|---|---|
committer | Alan Pearce | 2021-03-02 11:54:48 +0100 |
commit | 525483e2a4563380f9e2029ed91927a2b7810810 (patch) | |
tree | 93f3e91d86068a1c6c6df19813535d0069c1da5d /system | |
parent | 94aa169b424dc6fabc86e145af838711e0e5cb2d (diff) | |
download | nixfiles-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.nix | 2 |
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"; }; } |