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";