From 7778d9aacf2da005db404cd09e7f54999bb0aef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 14 Nov 2022 10:57:28 +0100 Subject: nixos: disable automatic garbage collect I encounter missing derivations during the longer builds a lot and this might be the cause. --- nixos/modules/generic.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nixos') diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index 6a658d8..a7816ed 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -25,10 +25,6 @@ in { ]; trusted-users = [ "@wheel" ]; }; - gc = { - automatic = true; - persistent = true; - }; registry = { personal.to = { type = "git"; -- cgit v1.2.3