Clean up NixFat hardware config
This commit is contained in:
		
							parent
							
								
									b27b60a01b
								
							
						
					
					
						commit
						dc8fa78220
					
				
					 1 changed files with 23 additions and 12 deletions
				
			
		|  | @ -8,21 +8,32 @@ | ||||||
|     (modulesPath + "/installer/scan/not-detected.nix") |     (modulesPath + "/installer/scan/not-detected.nix") | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; |   boot = { | ||||||
|   boot.initrd.kernelModules = [ ]; |     initrd = { | ||||||
|   boot.kernelModules = [ "kvm-intel" ]; |       availableKernelModules = [ | ||||||
|   boot.extraModulePackages = [ ]; |         "xhci_pci" | ||||||
| 
 |         "nvme" | ||||||
|   fileSystems."/" = { |         "usb_storage" | ||||||
|     device = "/dev/disk/by-label/NIX-ROOT"; |         "sd_mod" | ||||||
|     fsType = "ext4"; |         "rtsx_pci_sdmmc" | ||||||
|  |       ]; | ||||||
|  |       kernelModules = [ ]; | ||||||
|  |       luks.devices."luks-c21cb4a4-f618-43af-bc0c-e8be74fe3b81".device = "/dev/disk/by-uuid/c21cb4a4-f618-43af-bc0c-e8be74fe3b81"; | ||||||
|  |     }; | ||||||
|  |     kernelModules = [ "kvm-intel" ]; | ||||||
|  |     extraModulePackages = [ ]; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|   boot.initrd.luks.devices."luks-c21cb4a4-f618-43af-bc0c-e8be74fe3b81".device = "/dev/disk/by-uuid/c21cb4a4-f618-43af-bc0c-e8be74fe3b81"; |   fileSystems = { | ||||||
|  |     "/" = { | ||||||
|  |       device = "/dev/disk/by-label/NIX-ROOT"; | ||||||
|  |       fsType = "ext4"; | ||||||
|  |     }; | ||||||
| 
 | 
 | ||||||
|   fileSystems."/boot/efi" = { |     "/boot/efi" = { | ||||||
|     device = "/dev/disk/by-label/NIX-BOOT"; |       device = "/dev/disk/by-label/NIX-BOOT"; | ||||||
|     fsType = "vfat"; |       fsType = "vfat"; | ||||||
|  |     }; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|   swapDevices = [ |   swapDevices = [ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue