Disabled garbage collection until greeter behaves again.
This commit is contained in:
@@ -13,12 +13,12 @@ boot.kernelPackages = pkgs.linuxPackages_latest;
|
|||||||
keep-derivations = true
|
keep-derivations = true
|
||||||
'';
|
'';
|
||||||
# package = pkgs.nixFlakes;
|
# package = pkgs.nixFlakes;
|
||||||
gc = {
|
# gc = {
|
||||||
automatic = true;
|
# automatic = true;
|
||||||
dates = "weekly";
|
# dates = "weekly";
|
||||||
options = "--delete-older-than 7d";
|
# options = "--delete-older-than 7d";
|
||||||
persistent = true;
|
# persistent = true;
|
||||||
};
|
# };
|
||||||
settings.auto-optimise-store = true;
|
settings.auto-optimise-store = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user