Automatic garbage collection
This commit is contained in:
parent
8465b75537
commit
33ccac86fb
|
@ -137,6 +137,11 @@
|
|||
|
||||
nix.registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
nix = {
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 3d";
|
||||
};
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
substituters = [
|
||||
|
|
Loading…
Reference in a new issue