Disabled garbage collection until greeter behaves again.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user