From aa987c234cbdee3d6974b118adc0d4bebc76ca59 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 28 May 2024 11:32:37 -0400 Subject: [PATCH] adding autoSnapshot to zfs --- systems/jeeves-jr/configuration.nix | 4 ++++ systems/jeeves/configuration.nix | 4 ++++ systems/palatine-hill/configuration.nix | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/systems/jeeves-jr/configuration.nix b/systems/jeeves-jr/configuration.nix index 6ef19db..d0d7d46 100644 --- a/systems/jeeves-jr/configuration.nix +++ b/systems/jeeves-jr/configuration.nix @@ -57,6 +57,10 @@ zfs = { trim.enable = true; autoScrub.enable = true; + autoSnapshot = { + enable = true; + frequent = 8; + }; }; }; diff --git a/systems/jeeves/configuration.nix b/systems/jeeves/configuration.nix index c6cd7e9..1e626f9 100644 --- a/systems/jeeves/configuration.nix +++ b/systems/jeeves/configuration.nix @@ -113,6 +113,10 @@ zfs = { trim.enable = true; autoScrub.enable = true; + autoSnapshot = { + enable = true; + frequent = 8; + }; }; }; diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index cd6ef5d..177140d 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -114,6 +114,10 @@ in zfs = { trim.enable = true; autoScrub.enable = true; + autoSnapshot = { + enable = true; + frequent = 8; + }; }; postgresql = {