syncthing: added more folders

This commit is contained in:
Tigor Hutasuhut 2024-07-04 14:08:13 +07:00
parent 21f0679e20
commit f0e39cef87

View file

@ -78,6 +78,22 @@ in
id = "WireGuard";
devices = lib.attrsets.mapAttrsToList (key: _value: key) config.services.syncthing.settings.devices;
};
"/nas/photos/mama" = {
label = "Camera Mama";
id = "sm-s906e_8dch-photos";
devices = [ "samsung-s22-mama" ];
};
"/nas/photos/tigor" = {
label = "Camera Tigor";
id = "sm-g780f_yjwa-photos";
devices = [ "s20fe" ];
};
# TODO: Move this folder path to NAS based later.
"~/Onyx-Notes" = {
label = "Onyx Notes";
id = "Onyx-Notes";
devices = [ "onyx" ];
};
};
devices = {
s20fe = {