From 4532330c0cb689728a1769ee8f04545430678c31 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:30:54 +0100 Subject: [PATCH] enable auto gc Former-commit-id: 70baebf547f22411bd1f32e6f793e41374ddce27 --- hosts/laptop/variables.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/laptop/variables.nix b/hosts/laptop/variables.nix index b1154f3..ca19902 100644 --- a/hosts/laptop/variables.nix +++ b/hosts/laptop/variables.nix @@ -20,7 +20,7 @@ }; autoUpgrade = false; - autoGarbageCollector = false; + autoGarbageCollector = true; # Choose your theme variables here theme = import ../../themes/var/whitish.nix;