mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-31 09:42:11 +01:00 
			
		
		
		
	machine/thinkman: fix audio
This commit is contained in:
		
							parent
							
								
									fc6d07342e
								
							
						
					
					
						commit
						c6ab9723ed
					
				
					 2 changed files with 9 additions and 1 deletions
				
			
		|  | @ -6,6 +6,11 @@ in | |||
|   # video driver | ||||
|   boot.initrd.kernelModules = [ "i915" ]; | ||||
| 
 | ||||
|   # fix audio | ||||
|   boot.extraModprobeConfig = '' | ||||
|     options snd-hda-intel dmic_detect=0 | ||||
|   ''; | ||||
| 
 | ||||
|   # Special power management settings for ThinkPads | ||||
|   services.tlp.enable = true; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Felix Buehler
						Felix Buehler