Add Audio folder to Syncthing

This commit is contained in:
coolneng 2023-08-08 03:37:41 +02:00
parent 4218a9dc6e
commit c433b99cff
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 7 additions and 1 deletions

View File

@ -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" ];
};
};
};