feat: added syncthing

This commit is contained in:
Nick 2025-10-09 23:50:51 -05:00
parent 74e57b7b63
commit 7e84a2b77d

View file

@ -50,18 +50,9 @@ in
settings = {
devices =
if hostname == mars.name then
builtins.attrValues {
inherit (syncDevices)
phoneSync
synologySync
;
}
syncDevices.phoneSync // syncDevices.synologySync
else if hostname == ceres.name then
builtins.attrValues {
inherit (syncDevices)
synologySync
;
}
syncDevices.synologySync
else
{ };
};