nixos-config/2configs/docker.nix

5 lines
50 B
Nix
Raw Normal View History

2017-06-26 16:01:50 +02:00
{...}:
{
virtualisation.docker.enable = true;
}