mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 23:03:40 +00:00
Use latest kernel from unstable
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{ unstable, ... }:
|
||||
|
||||
{
|
||||
# Use the latest stable kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = unstable.linuxPackages_latest;
|
||||
|
||||
# Enable support for additional filesystems
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
|
Reference in New Issue
Block a user