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;
|
||||
}
|
||||
@@ -14,7 +14,6 @@
|
||||
powerline-fonts
|
||||
powertop
|
||||
python27Packages.ansible2
|
||||
python27Packages.docker_compose
|
||||
python27Packages.glances
|
||||
usbutils
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
cowsay
|
||||
docker
|
||||
espeak
|
||||
gcc # pour les appels depuis les scripts
|
||||
gpm
|
||||
|
||||
Reference in New Issue
Block a user