mlaga97-nixos/features/docker.nix

4 lines
52 B
Nix

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