File tree Expand file tree Collapse file tree
modules/tasks/filesystems Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
66
7- - Create the first release note entry in this section!
7+ - The default kernel package has been updated from 6.12 to 6.18. All supported kernels remain available.
88
99## New Modules {#sec-release-26.05-new-modules}
1010
Original file line number Diff line number Diff line change 242242 }
243243 ] ;
244244
245- # Use LTS that bcachefs is compatible with.
246- boot . kernelPackages = lib . mkDefault pkgs . linuxPackages_6_18 ;
247-
248245 # needed for systemd-remount-fs
249246 system . fsPackages = [ cfg . package ] ;
250247 services . udev . packages = [ cfg . package ] ;
Original file line number Diff line number Diff line change 278278
279279 linux_6_12_hardened = hardenedKernelFor kernels . linux_6_12 { } ;
280280
281- linux_hardened = hardenedKernelFor packageAliases . linux_default . kernel { } ;
281+ linux_hardened = linux_6_12_hardened ;
282282 }
283283 // lib . optionalAttrs config . allowAliases {
284284 linux_libre = throw "linux_libre has been removed due to lack of maintenance" ;
812812 ) ;
813813
814814 packageAliases = {
815- linux_default = packages . linux_6_12 ;
815+ linux_default = packages . linux_6_18 ;
816816 # Update this when adding the newest kernel major version!
817817 linux_latest = packages . linux_6_19 ;
818818 linux_rt_default = packages . linux_rt_5_15 ;
You can’t perform that action at this time.
0 commit comments