Commit dc87131e869d
Changed files (1)
profiles
profiles/dockerization.nix
@@ -2,10 +2,6 @@
{ config, pkgs, ...}:
{
- environment.systemPackages = with pkgs; [
- python27Packages.docker_compose
- docker-machine
- ];
virtualisation = {
docker = {
enable = true;