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:
parent
e927b679da
commit
3b29f78a2d
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue