Add Audio folder to Syncthing
This commit is contained in:
parent
4218a9dc6e
commit
c433b99cff
|
@ -17,7 +17,6 @@
|
|||
options = {
|
||||
maxFolderConcurrency = 4;
|
||||
progressUpdateIntervalS = -1;
|
||||
caseSensitiveFS = true;
|
||||
};
|
||||
};
|
||||
folders = {
|
||||
|
@ -76,6 +75,13 @@
|
|||
path = "/vault/syncthing/Photos/Phone-screenshots";
|
||||
devices = [ "panacea" "caravanserai" ];
|
||||
};
|
||||
|
||||
Audio = {
|
||||
id = "tarrs-5mxck";
|
||||
type = "receiveonly";
|
||||
path = "/vault/syncthing/Audio";
|
||||
devices = [ "panacea" "caravanserai" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue