docker est placé dans une expression manuelle avec activation du service

This commit is contained in:
2016-05-22 15:59:04 +02:00
parent fff3b94beb
commit 00a4fb4e16
3 changed files with 14 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
{ config, libs, pkgs, ... }:
{
imports = [
];
environment.systemPackages = with pkgs; [
# Ecosystème Docker
docker
python27Packages.docker_compose
];
virtualisation.docker.enable = true;
}