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

nixos/lib: Linux 6.6

This commit is contained in:
Matt Layher 2024-11-26 07:06:22 -05:00
parent 291b1b6b3a
commit 500355e3f5

View file

@ -9,8 +9,8 @@ in {
# Explicitly enable drivetemp for SATA drive temperature reporting in hwmon. # Explicitly enable drivetemp for SATA drive temperature reporting in hwmon.
kernelModules = [ "drivetemp" ]; kernelModules = [ "drivetemp" ];
# 2022 LTS kernel. # 2023 LTS kernel.
kernelPackages = pkgs.linuxPackages_6_1; kernelPackages = pkgs.linuxPackages_6_6;
}; };
# Console configuration. # Console configuration.