Add Documents and Downloads folders to syncthing
This commit is contained in:
parent
31e208bf51
commit
3bad0af990
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue