remove nix.gc on patio

This commit is contained in:
alyx 2025-07-31 07:48:00 +01:00
parent 30da666524
commit 2748681622
No known key found for this signature in database

View file

@ -129,12 +129,6 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
# Enable the X11 windowing system. # Enable the X11 windowing system.
services.xserver.enable = true; services.xserver.enable = true;
programs.dconf.enable = true; programs.dconf.enable = true;