From 6ef495a62ef51c37cc2dbc7b4c353ba2a86ff1e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Mon, 18 Apr 2022 12:20:45 +0200 Subject: [PATCH] :broom: run gc weekly instead of daily --- modules/cli/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cli/nix.nix b/modules/cli/nix.nix index 39b68b5..9f6353a 100644 --- a/modules/cli/nix.nix +++ b/modules/cli/nix.nix @@ -6,6 +6,7 @@ gc = { automatic = true; options = "--max-freed $((32 * 1024**3)) --delete-older-than 14d"; + dates = "weekly"; }; optimise.automatic = true; };