9 lines
115 B
Nix
9 lines
115 B
Nix
{ ... }:
|
|
{
|
|
nix.gc = {
|
|
automatic = true;
|
|
dates = "weekly";
|
|
options = "--delete-older-than 1w";
|
|
};
|
|
}
|