Remove deprecated declarative set in Syncthing

This commit is contained in:
2021-08-04 15:49:51 +01:00
parent fcf246beab
commit 71d8daf782

View File

@@ -16,14 +16,10 @@
enable = true;
user = "coolneng";
dataDir = "/home/coolneng";
declarative = {
devices = {
zion = {
id =
"FLI2RS7-GNI5PDM-SQRNF7P-YJIOXJ7-46FRPEI-NRLQGBC-HXRWG7O-RKOVLAF";
devices.zion = {
id = "FLI2RS7-GNI5PDM-SQRNF7P-YJIOXJ7-46FRPEI-NRLQGBC-HXRWG7O-RKOVLAF";
addresses = [ "tcp://192.168.13.2:22000" ];
};
};
folders = {
Documents = {
id = "wusdj-bfjkr";
@@ -77,5 +73,4 @@
};
};
};
};
}