From f132134cb8aaefcde0e92bfd40d6b6ca0de34596 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 15 Feb 2026 11:10:21 +0100 Subject: [PATCH] discard zfs snapshot older than 1 month --- hosts/nixos/nfss/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/nfss/system.nix b/hosts/nixos/nfss/system.nix index bec954b..31b1c3d 100644 --- a/hosts/nixos/nfss/system.nix +++ b/hosts/nixos/nfss/system.nix @@ -124,7 +124,7 @@ hourly = 24; daily = 7; weekly = 4; - monthly = 12; + monthly = 0; }; trim = { enable = true;