mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 04:40:33 +01:00
7 lines
163 B
Nix
7 lines
163 B
Nix
|
{config, lib, ...}:
|
||
|
{
|
||
|
virtualisation.docker.enable = true;
|
||
|
virtualisation.docker.autoPrune.enable = true;
|
||
|
virtualisation.docker.autoPrune.dates = "daily";
|
||
|
}
|