update to kernel 6.2

This commit is contained in:
Noah Masur
2023-02-21 20:28:43 -05:00
parent c08f08692b
commit 48d33a9ef5
2 changed files with 6 additions and 3 deletions

View File

@ -40,4 +40,7 @@
boot.supportedFilesystems =
lib.mkIf (config.physical && pkgs.stdenv.isLinux) [ "ntfs" ];
# Use latest released Linux kernel by default
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
}