mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Remove explicit sof-firmware as is already included
				
					
				
			Previously, I'd added both the firmware and the `extraModprobeConfig` that selects the DSP driver, however it seems only the latter is necessary. Addresses @terinjokes comment [here][1]. [1]: https://github.com/NixOS/nixos-hardware/pull/207/files#r534062750
This commit is contained in:
		@@ -11,9 +11,6 @@
 | 
			
		||||
  })];
 | 
			
		||||
 | 
			
		||||
  hardware.firmware = lib.mkBefore [
 | 
			
		||||
    # Necessary for audio.
 | 
			
		||||
    # https://bbs.archlinux.org/viewtopic.php?pid=1933548#p1933548
 | 
			
		||||
    pkgs.sof-firmware
 | 
			
		||||
    # Firmware for the AX500 (wi-fi & bluetooth chip).
 | 
			
		||||
    pkgs.qca6390-firmware
 | 
			
		||||
  ];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user