2022-12-04 13:45:43 +00:00
|
|
|
{...}: {
|
2022-10-27 16:25:26 +01:00
|
|
|
nix.settings.auto-optimise-store = true;
|
|
|
|
nix.gc = {
|
|
|
|
automatic = true;
|
|
|
|
dates = "daily";
|
2022-11-17 22:25:41 +00:00
|
|
|
options = "--delete-older-than 10d";
|
2022-10-27 16:25:26 +01:00
|
|
|
};
|
2022-11-02 11:32:03 +00:00
|
|
|
}
|