update syncthing path

This commit is contained in:
willifan 2024-05-22 11:06:48 +02:00
parent c104ae441c
commit 42931f9dbd

View file

@ -3,8 +3,8 @@
services.syncthing = { services.syncthing = {
enable = true; enable = true;
user = "willifan"; user = "willifan";
dataDir = "/home/willifan/temp"; dataDir = "/mnt/data";
configDir = "/home/willifan/temp/.config/syncthing"; configDir = "/mnt/data/.config/syncthing";
overrideDevices = true; overrideDevices = true;
overrideFolders = true; overrideFolders = true;
settings = { settings = {