From f98e13d668aebdb047a4ab687feefb52c9fd0bb8 Mon Sep 17 00:00:00 2001 From: uku Date: Tue, 2 Jan 2024 17:24:42 +0100 Subject: [PATCH] run gc weekly --- systems/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/common.nix b/systems/common.nix index 26fe648..3afba5e 100644 --- a/systems/common.nix +++ b/systems/common.nix @@ -40,7 +40,7 @@ nix = { gc = { automatic = true; - dates = "3d"; + dates = "weekly"; options = "-d"; };