modules/virtualization: remove docker-machine
Removed from Nixpkgs, archived upstream.
This commit is contained in:
parent
c7df592f88
commit
49bd53543a
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ in
|
|||
docker.enable = true;
|
||||
};
|
||||
programs.dconf.enable = true;
|
||||
environment.systemPackages = with pkgs; [ virt-manager docker-compose docker-machine ];
|
||||
environment.systemPackages = with pkgs; [ virt-manager docker-compose ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue