mirror of
https://git.gay/xqtc/nixos-config
synced 2025-03-12 01:43:50 +01:00
8 lines
123 B
Nix
8 lines
123 B
Nix
{ config, ... }:
|
|
{
|
|
nix.gc = {
|
|
automatic = true;
|
|
dates = "daily";
|
|
options = "--delete-older-than 10d";
|
|
};
|
|
}
|