mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	toshiba/swanky: switch to default kernels
Both unstable and 19.03 come with 4.19+ kernels making this option obsolete.
This commit is contained in:
		@@ -13,9 +13,6 @@ in
 | 
			
		||||
    ../../common/pc/laptop
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # Sound only properly works out of the box on 4.18+ kernels.
 | 
			
		||||
  boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
 | 
			
		||||
 | 
			
		||||
  # Required for screen brightness control:
 | 
			
		||||
  boot.kernelParams = [ "acpi_backlight=vendor" ];
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user