syncthing: decrease max versions

This commit is contained in:
Aly Raffauf 2024-06-02 05:25:38 -04:00
parent 82c89171fc
commit 95d567c8a1
2 changed files with 2 additions and 6 deletions

View file

@ -61,7 +61,7 @@
type = "staggered";
params = {
cleanInterval = "3600";
maxAge = "365";
maxAge = "1";
};
};
};
@ -70,7 +70,7 @@
path = "/home/${config.alyraffauf.services.syncthing.user}/pics/camera";
devices = ["brawly" "fallarbor" "lavaridge" "mauville" "petalburg" "rustboro" "wattson" "winona"];
versioning = {
params.cleanoutDays = "15";
params.cleanoutDays = "5";
type = "trashcan";
};
};

View file

@ -12,10 +12,6 @@
id = "6nzmu-z9der";
path = config.alyraffauf.services.syncthing.musicPath;
devices = ["lavaridge" "mauville" "petalburg" "rustboro" "wattson"];
versioning = {
params.cleanoutDays = "1";
type = "trashcan";
};
};
};
};