mirror of
https://git.gay/xqtc/nixos-config
synced 2025-04-30 18:47:28 +02:00
5 lines
165 B
Nix
5 lines
165 B
Nix
{ config, lib, ... }: {
|
|
virtualisation.docker.enable = true;
|
|
virtualisation.docker.autoPrune.enable = true;
|
|
virtualisation.docker.autoPrune.dates = "daily";
|
|
}
|