mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-15 04:37:21 +00:00
7 lines
136 B
Nix
7 lines
136 B
Nix
{...}: {
|
|
nix = {
|
|
settings.auto-optimise-store = true;
|
|
gc.automatic = true;
|
|
gc.options = "--delete-older-than 14d";
|
|
};
|
|
}
|