From 203bb6a13a3bc953896b61864adebe26e1709de1 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:28:50 +0000 Subject: [PATCH] increase generation cleanup limit just in case it fails from one upgrade week to the next --- modules/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/default.nix b/modules/common/default.nix index 1d944af..24081ac 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -123,7 +123,7 @@ gc = { automatic = true; - options = "--delete-older-than 7d"; + options = "--delete-older-than 10d"; }; settings = {