services/syncthing: update config format

This commit is contained in:
schweby 2022-01-27 22:52:49 +01:00
parent 6de0b91beb
commit 8716f2b308
Signed by: moira
GPG key ID: AF92FDD91CB44B2F

View file

@ -6,7 +6,6 @@
openDefaultPorts = true;
configDir = "/persist/var/lib/syncthing/";
dataDir = "/persist/data/syncthing/";
declarative = {
devices = {
schweby = {
addresses = []; # empty = dynamic
@ -35,5 +34,4 @@
};
};
};
};
}