hydra: ajout de qemu

This commit is contained in:
Yves Dubromelle
2016-11-15 12:38:20 +01:00
parent 4bb890da7a
commit f38a182c4d

View File

@@ -11,6 +11,8 @@ mkIf cfg.hydra-builder {
# Paquets
environment.systemPackages = with pkgs; [
qemu
kvm
];
# Services
@@ -18,6 +20,7 @@ mkIf cfg.hydra-builder {
## Services de virtualisation utilisé pour les tests hydra
virtualisation.docker.enable = true;
virtualisation.libvirtd.enable = true;
virtualisation.libvirtd.enableKVM = true;
#virtualisation.virtualbox.guest.enable = true;
virtualisation.virtualbox.host.enable = true;
virtualisation.virtualbox.host.headless = true;