lib needed up there
This commit is contained in:
		
							parent
							
								
									e95cd12fda
								
							
						
					
					
						commit
						25423a3a74
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,4 +1,10 @@
 | 
				
			||||||
{modulesPath, ...}: {
 | 
					{
 | 
				
			||||||
 | 
					  config,
 | 
				
			||||||
 | 
					  lib,
 | 
				
			||||||
 | 
					  pkgs,
 | 
				
			||||||
 | 
					  modulesPath,
 | 
				
			||||||
 | 
					  ...
 | 
				
			||||||
 | 
					}: {
 | 
				
			||||||
  imports = [(modulesPath + "/profiles/qemu-guest.nix")];
 | 
					  imports = [(modulesPath + "/profiles/qemu-guest.nix")];
 | 
				
			||||||
  boot.loader.grub.device = "/dev/sda";
 | 
					  boot.loader.grub.device = "/dev/sda";
 | 
				
			||||||
  boot.initrd.availableKernelModules = ["ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi"];
 | 
					  boot.initrd.availableKernelModules = ["ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi"];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue