This commit is contained in:
mjallen18
2026-04-16 13:03:55 -05:00
parent 44b3459d49
commit cb8ef87229

View File

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