From 3891bdca588709b14c15095a07d69f0b15b17701 Mon Sep 17 00:00:00 2001 From: stubbfel Date: Thu, 25 Oct 2018 20:47:52 +0200 Subject: [PATCH] update gc --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index b882672..ae93c10 100644 --- a/configuration.nix +++ b/configuration.nix @@ -21,6 +21,7 @@ nixpkgs.config.allowUnfree = true; nix.gc.automatic = true; nix.gc.dates = "03:15"; + nix.gc.options = "--delete-older-than 15d"; # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database