feat: Move kernel package override to specific system configs
This commit moves the kernel package version override from the base nixos service to specific system configurations. Now, the latest linux packages will be used only in the system configurations where the override has been explicitly added. This approach gives us more flexibility to handle different kernel package versions for different systems.
This commit is contained in:
		
							parent
							
								
									9c50d1379a
								
							
						
					
					
						commit
						a7484b3891
					
				
					 3 changed files with 3 additions and 1 deletions
				
			
		|  | @ -10,6 +10,7 @@ | |||
| 
 | ||||
|   boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "uas" "usbhid" "sd_mod" ]; | ||||
|   boot.initrd.kernelModules = [ ]; | ||||
|   boot.kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest; | ||||
|   boot.kernelModules = [ "kvm-intel" ]; | ||||
|   boot.kernelParams = [ | ||||
|     "lockdown=confidentiality" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue