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