Remove deprecated declarative set in Syncthing

This commit is contained in:
coolneng 2021-08-04 15:49:51 +01:00
parent fcf246beab
commit 71d8daf782
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 45 additions and 50 deletions

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