diff --git a/nixos/hosts/eidola/zfs.nix b/nixos/hosts/eidola/zfs.nix index 530f7e6..43f43a4 100644 --- a/nixos/hosts/eidola/zfs.nix +++ b/nixos/hosts/eidola/zfs.nix @@ -10,6 +10,14 @@ autoScrub = { enable = true; }; + autoSnapshot = { + enable = true; + flags = "-v -p"; + frequent = 6; + daily = 3; + weekly = 2; + monthly = 2; + }; }; sops.secrets."terra-key" = {