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 = {
|
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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue