diff --git a/hosts/hainich/configuration.nix b/hosts/hainich/configuration.nix index 179d783..3e98b57 100644 --- a/hosts/hainich/configuration.nix +++ b/hosts/hainich/configuration.nix @@ -92,6 +92,11 @@ services.zfs = { autoSnapshot = { enable = true; + frequent = 12; + hourly = 18; + daily = 3; + weekly = 0; + monthly = 0; }; autoScrub = { enable = true;