update syncthing path
This commit is contained in:
parent
c104ae441c
commit
42931f9dbd
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
services.syncthing = {
|
||||
enable = true;
|
||||
user = "willifan";
|
||||
dataDir = "/home/willifan/temp";
|
||||
configDir = "/home/willifan/temp/.config/syncthing";
|
||||
dataDir = "/mnt/data";
|
||||
configDir = "/mnt/data/.config/syncthing";
|
||||
overrideDevices = true;
|
||||
overrideFolders = true;
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Reference in a new issue