mirror of
https://git.gay/xqtc/nixos-config
synced 2025-03-11 05:47:07 +01:00
7 lines
121 B
Nix
7 lines
121 B
Nix
{config, ...}: {
|
|
nix.gc = {
|
|
automatic = true;
|
|
dates = "daily";
|
|
options = "--delete-older-than 10d";
|
|
};
|
|
}
|