forked from pub-solar/os
core: linux: switch kernel to 6.12, probably new LTS
This commit is contained in:
parent
07eb9c1aa5
commit
60ed2e1f1c
|
@ -27,7 +27,7 @@ in
|
|||
loader.systemd-boot.enable = lib.mkDefault true;
|
||||
|
||||
# Use latest LTS linux kernel by default
|
||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_6_6;
|
||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_6_12;
|
||||
|
||||
# Support ntfs drives
|
||||
supportedFilesystems = [ "ntfs" ];
|
||||
|
|
Loading…
Reference in a new issue