Use linux kernel 6.1 (LTS)
This commit is contained in:
parent
c989fd9bf0
commit
7b62e887cb
|
@ -36,7 +36,7 @@ in {
|
|||
loader.systemd-boot.enable = true;
|
||||
|
||||
# Use latest LTS linux kernel by default
|
||||
kernelPackages = pkgs.linuxPackages_5_15;
|
||||
kernelPackages = pkgs.linuxPackages_6_1;
|
||||
|
||||
# Support ntfs drives
|
||||
supportedFilesystems = ["ntfs"];
|
||||
|
|
Loading…
Reference in a new issue