bluetooth still not working but at least I am tyding up the config
This commit is contained in:
		
							parent
							
								
									327e209afc
								
							
						
					
					
						commit
						07afbe8b80
					
				
					 6 changed files with 51 additions and 41 deletions
				
			
		|  | @ -14,7 +14,7 @@ | |||
| 
 | ||||
|   boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod"]; | ||||
|   boot.initrd.kernelModules = []; | ||||
|   boot.kernelModules = ["kvm-amd"]; | ||||
|   boot.kernelModules = ["kvm-amd" "btusb"]; | ||||
|   boot.extraModulePackages = []; | ||||
| 
 | ||||
|   fileSystems."/" = { | ||||
|  | @ -27,12 +27,6 @@ | |||
|     fsType = "vfat"; | ||||
|   }; | ||||
| 
 | ||||
|   fileSystems."/var/lib/bluetooth" = { | ||||
|     device = "/persist/var/lib/bluetooth"; | ||||
|     options = ["bind" "noauto" "x-systemd.automount"]; | ||||
|     noCheck = true; | ||||
|   }; | ||||
| 
 | ||||
|   swapDevices = []; | ||||
| 
 | ||||
|   # Enables DHCP on each ethernet and wireless interface. In case of scripted networking | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 christoph.hollizeck
						christoph.hollizeck