10 lines
147 B
Nix
10 lines
147 B
Nix
_: {
|
|
# Automatic
|
|
nix.gc = {
|
|
automatic = true;
|
|
dates = "weekly";
|
|
persistent = true;
|
|
options = "--delete-older-than 30d";
|
|
};
|
|
}
|