Disabled garbage collection until greeter behaves again.

This commit is contained in:
2023-02-27 10:45:13 +01:00
parent 4f3626e523
commit 52f508819c

View File

@@ -13,12 +13,12 @@ boot.kernelPackages = pkgs.linuxPackages_latest;
keep-derivations = true
'';
# package = pkgs.nixFlakes;
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
persistent = true;
};
# gc = {
# automatic = true;
# dates = "weekly";
# options = "--delete-older-than 7d";
# persistent = true;
# };
settings.auto-optimise-store = true;
};