From 164a06bcb856b35b7234aeebcc753710aff442e7 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Mon, 30 Aug 2021 13:39:55 +0200 Subject: auto garbage collect --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 85f432e..beeef3a 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -28,7 +28,7 @@ # ''; autoOptimiseStore = true; gc = { - automatic = false; + automatic = true; dates = "weekly"; }; }; -- cgit v1.2.3