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 = { settings = {
devices = devices =
if hostname == mars.name then if hostname == mars.name then
builtins.attrValues { syncDevices.phoneSync // syncDevices.synologySync
inherit (syncDevices)
phoneSync
synologySync
;
}
else if hostname == ceres.name then else if hostname == ceres.name then
builtins.attrValues { syncDevices.synologySync
inherit (syncDevices)
synologySync
;
}
else else
{ }; { };
}; };