From d11c62fe3dca5c1ef96026459807776e27032716 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 20 Apr 2024 11:33:54 -0400 Subject: [PATCH] mkDefault on gc options Signed-off-by: ahuston-0 --- modules/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix.nix b/modules/nix.nix index e42346e..3ee2a01 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -40,7 +40,7 @@ max-free = ${toString (10 * 1024 * 1024 * 1024)} ''; - gc = { + gc = lib.mkDefault { automatic = true; dates = "weekly"; options = "--delete-older-than 30d";