2022-09-27 23:26:20 +03:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
nix.gc = {
|
|
|
|
automatic = true;
|
|
|
|
dates = "weekly";
|
2023-03-14 20:58:04 +03:00
|
|
|
options = "--delete-older-than 14d";
|
2022-09-27 23:26:20 +03:00
|
|
|
};
|
|
|
|
|
|
|
|
virtualisation.docker.autoPrune = {
|
|
|
|
enable = true;
|
|
|
|
dates = "weekly";
|
|
|
|
};
|
|
|
|
}
|