docker est placé dans une expression manuelle avec activation du service
This commit is contained in:
14
activation-manuelle/app-docker.nix
Normal file
14
activation-manuelle/app-docker.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, libs, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Ecosystème Docker
|
||||
docker
|
||||
python27Packages.docker_compose
|
||||
];
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user