mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
syncthing: decrease max versions
This commit is contained in:
parent
82c89171fc
commit
95d567c8a1
|
@ -61,7 +61,7 @@
|
||||||
type = "staggered";
|
type = "staggered";
|
||||||
params = {
|
params = {
|
||||||
cleanInterval = "3600";
|
cleanInterval = "3600";
|
||||||
maxAge = "365";
|
maxAge = "1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
path = "/home/${config.alyraffauf.services.syncthing.user}/pics/camera";
|
path = "/home/${config.alyraffauf.services.syncthing.user}/pics/camera";
|
||||||
devices = ["brawly" "fallarbor" "lavaridge" "mauville" "petalburg" "rustboro" "wattson" "winona"];
|
devices = ["brawly" "fallarbor" "lavaridge" "mauville" "petalburg" "rustboro" "wattson" "winona"];
|
||||||
versioning = {
|
versioning = {
|
||||||
params.cleanoutDays = "15";
|
params.cleanoutDays = "5";
|
||||||
type = "trashcan";
|
type = "trashcan";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -12,10 +12,6 @@
|
||||||
id = "6nzmu-z9der";
|
id = "6nzmu-z9der";
|
||||||
path = config.alyraffauf.services.syncthing.musicPath;
|
path = config.alyraffauf.services.syncthing.musicPath;
|
||||||
devices = ["lavaridge" "mauville" "petalburg" "rustboro" "wattson"];
|
devices = ["lavaridge" "mauville" "petalburg" "rustboro" "wattson"];
|
||||||
versioning = {
|
|
||||||
params.cleanoutDays = "1";
|
|
||||||
type = "trashcan";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue