From 8f40a32a477ce89fffec8b1dd4c7e3362f47e5c7 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Tue, 13 Feb 2024 09:18:16 +0300 Subject: [PATCH] Disable gc Signed-off-by: Ivan Bushchik --- common/base.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/base.nix b/common/base.nix index b0c203d..fe3ca5d 100644 --- a/common/base.nix +++ b/common/base.nix @@ -14,10 +14,6 @@ in { trusted-users = [ "root" "ivabus" ]; allowed-users = [ "root" "ivabus" ]; }; - gc = { - automatic = true; - options = "--delete-older-than 7d"; - }; }; nixpkgs.overlays = [ nur.overlay ];