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;