nix/module/Docker.nix

4 lines
51 B
Nix

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