Use latest kernel from unstable

This commit is contained in:
Dave Gallant
2021-01-17 18:30:16 -05:00
parent a7bf9233a6
commit 549d0d462d

View File

@@ -1,8 +1,8 @@
{ pkgs, ... }: { unstable, ... }:
{ {
# Use the latest stable kernel # Use the latest stable kernel
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = unstable.linuxPackages_latest;
# Enable support for additional filesystems # Enable support for additional filesystems
boot.supportedFilesystems = [ "ntfs" ]; boot.supportedFilesystems = [ "ntfs" ];