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 = {