This commit is contained in:
iFargle 2023-12-25 18:02:53 +09:00
parent 93ccc75309
commit 55a749fe29

View file

@ -4,7 +4,7 @@
services.snapper = { services.snapper = {
snapshotRootOnBoot = true; snapshotRootOnBoot = true;
cleanupInterval = "1d"; cleanupInterval = "1d";
snapshotInterval = "1h"; snapshotInterval = "hourly";
configs = { configs = {
root = { root = {
TIMELINE_CREATE = true; TIMELINE_CREATE = true;