mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	dell/xps/9360: drop qca6174 firmware
This was used because the firmware in linux-firmware was outdated. It should not be after a year.
This commit is contained in:
		@@ -18,13 +18,6 @@
 | 
			
		||||
    systemd-boot.enable = lib.mkDefault true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  hardware.firmware = lib.mkBefore [ pkgs.qca6174-firmware ];
 | 
			
		||||
 | 
			
		||||
  # TODO: upstream to NixOS/nixpkgs
 | 
			
		||||
  nixpkgs.overlays = [(final: previous: {
 | 
			
		||||
    qca6174-firmware = final.callPackage ./qca6174-firmware.nix {};
 | 
			
		||||
  })];
 | 
			
		||||
 | 
			
		||||
  # This will save you money and possibly your life!
 | 
			
		||||
  services.thermald.enable = true;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user