base: nix-gc delete generations older than 2d
This commit is contained in:
1
base.nix
1
base.nix
@ -26,6 +26,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
nix.gc.automatic = true;
|
nix.gc.automatic = true;
|
||||||
|
nix.gc.options = "--delete-older-than 2d";
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user