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"; path = "/media/syncthing/lost-fotos.ct";
rescanInterval = 5 * 31 * 24 * 3600; rescanInterval = 5 * 31 * 24 * 3600;
}; };
media = { #media = {
enable = true; # enable = true;
path = "/media/syncthing/media"; # path = "/media/syncthing/media";
rescanInterval = 30 * 24 * 3600; # rescanInterval = 30 * 24 * 3600;
type = "receiveonly"; # type = "receiveonly";
versioning = { # versioning = {
type = "simple"; # type = "simple";
params.keep = "3"; # params.keep = "3";
}; # };
}; #};
music-projects = { music-projects = {
enable = true; enable = true;
path = "/media/syncthing/music-projects"; path = "/media/syncthing/music-projects";

View file

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

View file

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