5 lines
95 B
Nix
5 lines
95 B
Nix
{
|
|
virtualisation.docker.enable = true;
|
|
virtualisation.oci-containers.backend = "docker";
|
|
}
|