9 lines
No EOL
143 B
Nix
9 lines
No EOL
143 B
Nix
{ pkgs, ... }:
|
|
{
|
|
nix.gc = {
|
|
automatic = true;
|
|
dates = "04:30";
|
|
persistent = true;
|
|
options = "--delete-older-than 10d";
|
|
};
|
|
} |