From 0da24150b0a2567af5c7d89aa0ca8375a427dce9 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 14 Jun 2020 01:23:11 +0200 Subject: [PATCH] Clean generations older than 2 weeks --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 0ce75a6..8ee6713 100644 --- a/configuration.nix +++ b/configuration.nix @@ -34,7 +34,7 @@ nix = { gc = { automatic = true; - options = "--delete-older-than 7d"; + options = "--delete-older-than 14d"; dates = "14:30"; }; extraOptions = ''