mirror of
https://git.gay/xqtc/nixos-config
synced 2025-04-30 18:07:29 +02:00
8 lines
133 B
Nix
8 lines
133 B
Nix
{ config, ... }:
|
|
{
|
|
# nix.gc = {
|
|
# automatic = true;
|
|
# dates = "daily";
|
|
# options = "--delete-older-than 10d";
|
|
# };
|
|
}
|