diff options
-rw-r--r-- | modules/zfssnap/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/zfssnap/default.nix b/modules/zfssnap/default.nix index 86e7fdc0..1dbd7e17 100644 --- a/modules/zfssnap/default.nix +++ b/modules/zfssnap/default.nix | |||
@@ -42,10 +42,10 @@ in { | |||
42 | type = with types; attrsOf (attrsOf str); | 42 | type = with types; attrsOf (attrsOf str); |
43 | default = { | 43 | default = { |
44 | keep = { | 44 | keep = { |
45 | within = "5m"; | 45 | within = "15m"; |
46 | "5m" = "24"; | 46 | "5m" = "48"; |
47 | hourly = "24"; | 47 | hourly = "48"; |
48 | daily = "31"; | 48 | daily = "62"; |
49 | monthly = "-1"; | 49 | monthly = "-1"; |
50 | }; | 50 | }; |
51 | }; | 51 | }; |