From 425a43db52cf8df58374a9f208f8f88d40b5d913 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 9 May 2020 19:15:28 +0000 Subject: Revert "sys/atuin: garbage collect with 5G remaining" This reverts commit 8976c88bcc0f8540bb87f877960b94bf3c5a435d. This seems to trigger some extremely broken Nix behaviour where it will take big pauses between every build, getting longer each time until it's just hanging. I'll take having to garbage collect manually over that, thanks. --- sys/atuin.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys') diff --git a/sys/atuin.nix b/sys/atuin.nix index 85ec8acd5a42..bf1d28a28e28 100644 --- a/sys/atuin.nix +++ b/sys/atuin.nix @@ -33,9 +33,6 @@ ]; nix.maxJobs = 2; - nix.extraOptions = '' - min-free = 5368709120 - ''; boot.loader.grub.enable = true; boot.loader.grub.version = 2; -- cgit 1.4.1