services/syncthing: update config format
This commit is contained in:
parent
6de0b91beb
commit
8716f2b308
1 changed files with 22 additions and 24 deletions
|
@ -6,7 +6,6 @@
|
||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
configDir = "/persist/var/lib/syncthing/";
|
configDir = "/persist/var/lib/syncthing/";
|
||||||
dataDir = "/persist/data/syncthing/";
|
dataDir = "/persist/data/syncthing/";
|
||||||
declarative = {
|
|
||||||
devices = {
|
devices = {
|
||||||
schweby = {
|
schweby = {
|
||||||
addresses = []; # empty = dynamic
|
addresses = []; # empty = dynamic
|
||||||
|
@ -35,5 +34,4 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue