Files
nixos/modules/system/docker.nix

5 lines
95 B
Nix

{
virtualisation.docker.enable = true;
virtualisation.oci-containers.backend = "docker";
}