ma docker: add dockertools to systemPackages

This commit is contained in:
makefu 2017-08-16 12:09:59 +02:00
parent 37fe321587
commit 8dbb8d19eb

View file

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