Merge pull request #78713 from vcunat/p/linux_5_4-default

linuxPackages: 4.19 -> 5.4
This commit is contained in:
worldofpeace 2020-01-31 14:32:10 -05:00 committed by GitHub
commit 51b95565a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -23,6 +23,13 @@
Support is planned until the end of October 2020, handing over to 20.09.
</para>
</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>
<para>
Postgresql for NixOS service now defaults to v11.

View File

@ -16619,7 +16619,7 @@ in
});
# The current default kernel / kernel modules.
linuxPackages = linuxPackages_4_19;
linuxPackages = linuxPackages_5_4;
linux = linuxPackages.kernel;
# Update this when adding the newest kernel major version!