Switch to latest kernel

This commit is contained in:
Dave Gallant
2023-04-10 20:19:15 -04:00
parent 7297d95437
commit 7bf7c48aef
3 changed files with 11 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
{pkgs, ...}: {
boot.kernelPackages = pkgs.linuxPackages;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.supportedFilesystems = ["ntfs"];
system.stateVersion = "23.05";