From 67e1b4840d7e8a106092e990770f912fccd4a274 Mon Sep 17 00:00:00 2001 From: Thorn Avery Date: Mon, 23 Aug 2021 10:52:02 +0000 Subject: [PATCH] back to working --- modules/gc/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gc/default.nix b/modules/gc/default.nix index 3f0875d..8346a85 100644 --- a/modules/gc/default.nix +++ b/modules/gc/default.nix @@ -2,7 +2,6 @@ nix = { autoOptimiseStore = true; gc = { - BIGERROR = "hope this fails how i want it to"; automatic = true; dates = "weekly"; options = "--delete-older-than 30d";