ma docker: add dockertools to systemPackages

This commit is contained in:
makefu 2017-08-16 12:09:59 +02:00
parent 3d9555bfab
commit 583c8b6b4e
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,4 +1,8 @@
{...}:
{ pkgs, ... }:
{
virtualisation.docker.enable = true;
environment.systemPackages = with pkgs;[
docker
docker_compose
];
}