mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
syncthing: decrease max versions
This commit is contained in:
parent
82c89171fc
commit
95d567c8a1
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue