mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			195 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			195 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
On some kernel versions user ashgillman has experiences suspend issues
 | 
						|
(see https://bugzilla.redhat.com/show_bug.cgi?id=1597481).
 | 
						|
 | 
						|
Try:
 | 
						|
 | 
						|
```nix
 | 
						|
boot.kernelPackages = pkgs.linuxPackages_4_14;
 | 
						|
```
 |