From e6e92c12ae75663c4cc45502031056d7b94ea8d5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 25 Jul 2019 12:34:49 +0200 Subject: Nix: decrease lifetime of old configurations --- modules/configuration/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/configuration') diff --git a/modules/configuration/nix.nix b/modules/configuration/nix.nix index 1a06430..8dc334a 100644 --- a/modules/configuration/nix.nix +++ b/modules/configuration/nix.nix @@ -9,7 +9,7 @@ autoOptimiseStore = true; gc = { automatic = true; - options = "--delete-older-than 30d"; + options = "--delete-older-than 14d"; }; }; -- cgit 1.4.1