latest kernel

This commit is contained in:
randogoth 2026-02-10 08:13:46 +02:00
parent f1dd8542eb
commit 9b787bc3bd
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxPackages_latest;
}