From 27486816226c469a6cd760ae7ce79f78b809977b Mon Sep 17 00:00:00 2001 From: alyx Date: Thu, 31 Jul 2025 07:48:00 +0100 Subject: [PATCH] remove nix.gc on patio --- base/patio/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/base/patio/configuration.nix b/base/patio/configuration.nix index e3491aa..7ce82fb 100644 --- a/base/patio/configuration.nix +++ b/base/patio/configuration.nix @@ -129,12 +129,6 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; - nix.gc = { - automatic = true; - dates = "weekly"; - options = "--delete-older-than 30d"; - }; - # Enable the X11 windowing system. services.xserver.enable = true; programs.dconf.enable = true;