mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 13:22:28 +00:00
Use latest kernel from unstable
This commit is contained in:
@@ -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" ];
|
||||||
|
Reference in New Issue
Block a user