1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/servnerr-3: import Linux 5.10 LTS from stable

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2021-02-27 18:25:42 -05:00
parent e927b679da
commit 3b29f78a2d
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -56,7 +56,7 @@ in {
# Linux kernel 5.10 LTS, and explicitly enable drivetemp for SATA drive
# temperature reporting in hwmon.
kernelPackages = unstable.linuxPackages_5_10;
kernelPackages = pkgs.linuxPackages_5_10;
kernelModules = [ "drivetemp" ];
kernelParams = [