Files
nixos/system/virtualisation.nix
2026-03-25 20:57:19 +00:00

11 lines
138 B
Nix

{ ... }:
{
virtualisation = {
docker = {
enable = true;
autoPrune.enable = true;
};
};
}