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:
parent
291b1b6b3a
commit
500355e3f5
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ in {
|
|||
# Explicitly enable drivetemp for SATA drive temperature reporting in hwmon.
|
||||
kernelModules = [ "drivetemp" ];
|
||||
|
||||
# 2022 LTS kernel.
|
||||
kernelPackages = pkgs.linuxPackages_6_1;
|
||||
# 2023 LTS kernel.
|
||||
kernelPackages = pkgs.linuxPackages_6_6;
|
||||
};
|
||||
|
||||
# Console configuration.
|
||||
|
|
Loading…
Reference in a new issue