mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-30 09:22:11 +01:00 
			
		
		
		
	serverle: use newer firmware
This commit is contained in:
		
							parent
							
								
									27d4442259
								
							
						
					
					
						commit
						496f8f39e0
					
				
					 1 changed files with 26 additions and 23 deletions
				
			
		|  | @ -1,6 +1,7 @@ | ||||||
| { config, pkgs, lib, ... }: | { config, pkgs, lib, ... }: | ||||||
| { | { | ||||||
|   boot.loader = { |   boot = { | ||||||
|  |     loader = { | ||||||
|       raspberryPi = { |       raspberryPi = { | ||||||
|         firmwareConfig = '' |         firmwareConfig = '' | ||||||
|           # Disable the ACT LED. |           # Disable the ACT LED. | ||||||
|  | @ -25,9 +26,11 @@ | ||||||
|       }; |       }; | ||||||
|       generic-extlinux-compatible.enable = false; |       generic-extlinux-compatible.enable = false; | ||||||
|     }; |     }; | ||||||
| 
 |  | ||||||
|     # Kernel configuration |     # Kernel configuration | ||||||
|   boot.kernelParams = [ "cma=64M" "console=tty0" ]; |     kernelParams = [ "cma=64M" "console=tty0" ]; | ||||||
|  |     # remove with 23.05 | ||||||
|  |     kernelPackages = pkgs.unstable.linuxKernel.packages.linux_rpi4; | ||||||
|  |   }; | ||||||
| 
 | 
 | ||||||
|   # Fix wifi disconnect |   # Fix wifi disconnect | ||||||
|   networking.networkmanager.wifi.powersave = false; |   networking.networkmanager.wifi.powersave = false; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Felix Buehler
						Felix Buehler