added echo to syncthing

This commit is contained in:
Aria Nolan 2024-01-26 16:39:34 -05:00
parent 7edf0a82a1
commit 334e04848e

View file

@ -100,11 +100,15 @@
id = "7LY5XXK-4F7MKFG-6ZCP5QH-24WT3LX-NODOWUP-JXRFAKP-MARTKOA-QJRW3QM";
autoAcceptFolders = true;
};
echo = {
id = "LW6Z6CI-PDKQUZG-725FF6F-GUZ6GH2-SFHVXVZ-37YJUC4-7ZW4EMP-TC4REAZ";
autoAcceptFolders = true;
};
};
folders = {
"/data/homework" = {
id = "homework";
devices = ["bicep" "jwst"];
devices = ["bicep" "jwst" "echo"];
};
};
};