Merge pull request #78713 from vcunat/p/linux_5_4-default
linuxPackages: 4.19 -> 5.4
This commit is contained in:
commit
51b95565a6
@ -23,6 +23,13 @@
|
|||||||
Support is planned until the end of October 2020, handing over to 20.09.
|
Support is planned until the end of October 2020, handing over to 20.09.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Linux kernel is updated to branch 5.4 by default (from 4.19).
|
||||||
|
Users of Intel GPUs may prefer to explicitly set branch to 4.19 to avoid some regressions.
|
||||||
|
<programlisting>boot.kernelPackages = pkgs.linuxPackages_4_19;</programlisting>
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Postgresql for NixOS service now defaults to v11.
|
Postgresql for NixOS service now defaults to v11.
|
||||||
|
@ -16619,7 +16619,7 @@ in
|
|||||||
});
|
});
|
||||||
|
|
||||||
# The current default kernel / kernel modules.
|
# The current default kernel / kernel modules.
|
||||||
linuxPackages = linuxPackages_4_19;
|
linuxPackages = linuxPackages_5_4;
|
||||||
linux = linuxPackages.kernel;
|
linux = linuxPackages.kernel;
|
||||||
|
|
||||||
# Update this when adding the newest kernel major version!
|
# Update this when adding the newest kernel major version!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user