services/syncthing: update config format

keep-around/4bf804c025ad0ca22f9f27d1c784b5c516085372
schweby 2022-01-27 22:52:49 +01:00
parent 6de0b91beb
commit 8716f2b308
Signed by: moira
GPG Key ID: AF92FDD91CB44B2F
1 changed files with 22 additions and 24 deletions

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 @@
};
};
};
};
}