mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-21 23:00:32 +01:00
10 lines
171 B
Nix
10 lines
171 B
Nix
{
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
virtualisation.docker.enable = true;
|
|
virtualisation.docker.autoPrune.enable = true;
|
|
virtualisation.docker.autoPrune.dates = "daily";
|
|
}
|