From 100be4c90a28167dca1df940b99a84c22d476b9f Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 30 Jan 2026 10:50:39 -0500 Subject: [PATCH] make gc persistent --- hosts/common/core/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index f90e60c..72ea977 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -91,6 +91,7 @@ in # Automatic garbage collect gc = { automatic = true; + persistent = true; dates = "weekly"; }; };