|  |  |  | @ -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; | 
		
	
	
		
			
				
					|  |  |  | 
 |