nixy/kernel: temporary fix for console issue
This commit is contained in:
		
							parent
							
								
									2cc745ea26
								
							
						
					
					
						commit
						b432b209c3
					
				| @ -47,6 +47,19 @@ | |||||||
|     readOnlyNixStore = true; |     readOnlyNixStore = true; | ||||||
|     supportedFilesystems = ["btrfs"]; |     supportedFilesystems = ["btrfs"]; | ||||||
|     tmp.useTmpfs = true; |     tmp.useTmpfs = true; | ||||||
|  | 
 | ||||||
|  |     kernelPatches = let | ||||||
|  |       inherit (lib.kernel) yes; | ||||||
|  |     in [ | ||||||
|  |       { | ||||||
|  |         name = "264832"; | ||||||
|  |         patch = null; | ||||||
|  |         extraStructuredConfig = { | ||||||
|  |           FRAMEBUFFER_CONSOLE_DETECT_PRIMARY = yes; | ||||||
|  |           DRM_FBDEV_EMULATION = yes; | ||||||
|  |         }; | ||||||
|  |       } | ||||||
|  |     ]; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|   security = { |   security = { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user