fixing syncthing problems

This commit is contained in:
Ingolf Wagner 2023-04-10 17:38:08 +02:00
parent 2a80ea8dba
commit 7756d61777
Signed by: palo
GPG key ID: 76BF5F1928B9618B
3 changed files with 22 additions and 22 deletions

View file

@ -71,16 +71,16 @@
path = "/media/syncthing/lost-fotos.ct";
rescanInterval = 5 * 31 * 24 * 3600;
};
media = {
enable = true;
path = "/media/syncthing/media";
rescanInterval = 30 * 24 * 3600;
type = "receiveonly";
versioning = {
type = "simple";
params.keep = "3";
};
};
#media = {
# enable = true;
# path = "/media/syncthing/media";
# rescanInterval = 30 * 24 * 3600;
# type = "receiveonly";
# versioning = {
# type = "simple";
# params.keep = "3";
# };
#};
music-projects = {
enable = true;
path = "/media/syncthing/music-projects";

View file

@ -40,13 +40,13 @@
path = "/media/syncthing/lost-fotos.ct";
rescanInterval = 40 * 24 * 3600;
};
media = {
enable = true;
watch = false;
type = "sendonly";
path = "/media/syncthing/media";
rescanInterval = 27 * 24 * 3600;
};
#media = {
# enable = true;
# watch = false;
# type = "sendonly";
# path = "/media/syncthing/media";
# rescanInterval = 27 * 24 * 3600;
#};
music-projects = {
enable = true;
watch = true;

View file

@ -107,11 +107,11 @@ with lib; {
params.keep = "10";
};
};
media = {
enable = lib.mkDefault false;
watch = lib.mkDefault false;
devices = [ "pepe" "robi" ];
};
#media = {
# enable = lib.mkDefault false;
# watch = lib.mkDefault false;
# devices = [ "pepe" "robi" ];
#};
music-projects = {
enable = lib.mkDefault false;
id = "acfhu-r4t4f";