Remove deprecated declarative set in Syncthing
This commit is contained in:
parent
fcf246beab
commit
71d8daf782
|
@ -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 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue