mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
update to kernel 6.2
This commit is contained in:
@ -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;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user