infra: enable experimental hypervisor on EPYC machine
This commit is contained in:
		
							parent
							
								
									e3f59ee35f
								
							
						
					
					
						commit
						444a655fec
					
				
					 3 changed files with 9 additions and 0 deletions
				
			
		
							
								
								
									
										5
									
								
								modules/hypervisor.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								modules/hypervisor.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
{ ... }: {
 | 
			
		||||
  virtualisation.nvisor = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Reference in a new issue