ma docker: add dockertools to systemPackages
This commit is contained in:
parent
3d9555bfab
commit
583c8b6b4e
|
@ -1,4 +1,8 @@
|
|||
{...}:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
virtualisation.docker.enable = true;
|
||||
environment.systemPackages = with pkgs;[
|
||||
docker
|
||||
docker_compose
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue