diff --git a/activation-manuelle/app-docker.nix b/activation-manuelle/app-docker.nix new file mode 100644 index 0000000..89ed4e6 --- /dev/null +++ b/activation-manuelle/app-docker.nix @@ -0,0 +1,14 @@ +{ config, libs, pkgs, ... }: + +{ + imports = [ + ]; + + environment.systemPackages = with pkgs; [ + # Ecosystème Docker + docker + python27Packages.docker_compose + ]; + + virtualisation.docker.enable = true; +} diff --git a/app-adminsys.nix b/app-adminsys.nix index 343091e..85f5c1d 100644 --- a/app-adminsys.nix +++ b/app-adminsys.nix @@ -14,7 +14,6 @@ powerline-fonts powertop python27Packages.ansible2 - python27Packages.docker_compose python27Packages.glances usbutils diff --git a/desktop.nix b/desktop.nix index 45aa64e..fbc06a3 100644 --- a/desktop.nix +++ b/desktop.nix @@ -15,7 +15,6 @@ environment.systemPackages = with pkgs; [ cowsay - docker espeak gcc # pour les appels depuis les scripts gpm