From ccb446992203d4f297a1d12513e1120950a29ffd Mon Sep 17 00:00:00 2001 From: schweby Date: Thu, 15 Apr 2021 06:35:31 +0200 Subject: [PATCH] hainich: Set more sensible snapshot retention time --- hosts/hainich/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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;