Add Documents and Downloads folders to syncthing

This commit is contained in:
Evie Litherland-Smith 2023-12-07 07:38:58 +00:00
parent 31e208bf51
commit 3bad0af990

View file

@ -20,6 +20,18 @@ in {
"NCJBYBK-JRVFAAN-XO4I5AS-B5L7QD2-5PAMWX7-PHD5FQH-Q2EI32H-U3GF5AA";
};
folders = {
"Documents" = {
inherit devices;
id = "rvpib-dkatd";
path = "~/Documents";
ignorePerms = true;
};
"Downloads" = {
inherit devices;
id = "mrq74-lqhcc";
path = "~/Downloads";
ignorePerms = true;
};
"Music" = {
inherit devices;
id = "munzw-vnxhl";