forked from aylac.top/nixcfg
this repo has no description

syncthing folders

aylac.top 1ad3056b 490c588c

verified
Changed files
+20
modules
snippets
syncthing
+20
modules/snippets/syncthing/folders.nix
···
id = "obsidian";
path = "/home/ayla/Documents/Obsidian";
};
+
+
"Phone ROMs" = {
+
devices = [
+
"morgana"
+
"m23"
+
];
+
+
id = "2jcyv-esxcu";
+
path = "/data/Phone ROMs";
+
};
+
+
"RetroArch Saves" = {
+
devices = [
+
"morgana"
+
"m23"
+
];
+
+
id = "guhfs-4e5qf";
+
path = "/home/ayla/.var/app/org.libretro.RetroArch/config/retroarch/saves";
+
};
};
};
};