nixos/roles/docker.nix

4 lines
43 B
Nix
Raw Normal View History

2025-07-15 08:22:44 -04:00
{
virtualisation.docker.enable = true;
}