feat(virtualisation): enable docker
This commit is contained in:
parent
274b493973
commit
f1f6d90655
2 changed files with 6 additions and 2 deletions
|
@ -10,8 +10,11 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
virtualisation = {
|
||||
libvirtd.enable = true;
|
||||
docker.enable = true;
|
||||
};
|
||||
programs.dconf.enable = true;
|
||||
environment.systemPackages = with pkgs; [ virt-manager ];
|
||||
environment.systemPackages = with pkgs; [ virt-manager docker-compose docker-machine ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue