nixos: add usb boot module
This commit is contained in:
		
							parent
							
								
									627ad066bf
								
							
						
					
					
						commit
						d33301321f
					
				
					 2 changed files with 2 additions and 9 deletions
				
			
		|  | @ -1,8 +0,0 @@ | ||||||
| { |  | ||||||
|   programs.home-manager.enable = true; |  | ||||||
|   systemd.user.startServices = "sd-switch"; |  | ||||||
| 
 |  | ||||||
|   home = { |  | ||||||
|     stateVersion = "22.05"; |  | ||||||
|   }; |  | ||||||
| } |  | ||||||
|  | @ -17,14 +17,15 @@ in { | ||||||
|         "xhci_pci" |         "xhci_pci" | ||||||
|         "ahci" |         "ahci" | ||||||
|         "usbhid" |         "usbhid" | ||||||
|         "usb_storage" |  | ||||||
|         "sd_mod" |         "sd_mod" | ||||||
|  |         "usb_storage" | ||||||
|       ]; |       ]; | ||||||
|       kernelModules = [ |       kernelModules = [ | ||||||
|         "nvme" |         "nvme" | ||||||
|         "xhci_pci" |         "xhci_pci" | ||||||
|         "btrfs" |         "btrfs" | ||||||
|         "sd_mod" |         "sd_mod" | ||||||
|  |         "usbhid" | ||||||
|       ]; |       ]; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue