| 
									
										
										
										
											2014-11-27 18:24:57 +01:00
										 |  |  | let | 
					
						
							|  |  |  |   msg = "Importing <nixpkgs/nixos/modules/programs/virtualbox.nix> is " | 
					
						
							| 
									
										
										
										
											2016-03-24 22:08:40 +08:00
										 |  |  |       + "deprecated, please use `virtualisation.virtualbox.host.enable = true' " | 
					
						
							| 
									
										
										
										
											2014-11-27 18:24:57 +01:00
										 |  |  |       + "instead."; | 
					
						
							|  |  |  | in { | 
					
						
							|  |  |  |   config.warnings = [ msg ]; | 
					
						
							| 
									
										
										
										
											2016-03-24 22:08:40 +08:00
										 |  |  |   config.virtualisation.virtualbox.host.enable = true; | 
					
						
							| 
									
										
										
										
											2012-03-01 20:10:08 +00:00
										 |  |  | } |