From 870381b16a201d2f89821aff24a76dc370803d9e Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Wed, 12 Dec 2018 23:42:51 +0100 Subject: [PATCH] =?UTF-8?q?r=C3=A8gler=20le=20garbage=20collectore=20nix?= =?UTF-8?q?=20en=20mode=20persistant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systems/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/common.nix b/systems/common.nix index ba62922..460716e 100644 --- a/systems/common.nix +++ b/systems/common.nix @@ -88,5 +88,6 @@ nix.gc.automatic = true; nix.gc.options = "--delete-older-than 15d"; + systemd.timers.nix-gc.timerConfig.Persistent = true; }