Add extra folder (Sync) to syncthing
To be used as a kind of drop-box folder
This commit is contained in:
parent
0152ce607b
commit
bee9468fdc
|
@ -16,6 +16,12 @@ in {
|
|||
"Vanguard".id = "YELFAIP-4VBWPRX-CB7RNJD-RPBQ6KN-CGTMIBO-FK7EPTH-ZXYS6AF-C6WKOQT";
|
||||
};
|
||||
folders = {
|
||||
"Sync" = {
|
||||
inherit devices;
|
||||
id = "fn9cr-ncfas";
|
||||
path = "~/Sync";
|
||||
ignorePerms = true;
|
||||
};
|
||||
"Music" = {
|
||||
inherit devices;
|
||||
id = "munzw-vnxhl";
|
||||
|
|
Loading…
Reference in a new issue