diff --git a/modules/datasync.nix b/modules/datasync.nix index 2ebf0ac..a694bbb 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -4,7 +4,7 @@ # ZFS automatic snapshots services.zfs.autoSnapshot = { enable = true; - frequent = 0; + frequent = 4; hourly = 24; daily = 7; weekly = 4;