chore: back on stable linux

This commit is contained in:
Daniel Langbein 2024-08-28 14:38:59 +02:00
parent 98be738ea6
commit 711ed283bd
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -46,9 +46,7 @@
yoda.de-p1st-monitor = (builtins.readFile ../../assets/de-p1st-monitor/yodaHedgehog.ini); yoda.de-p1st-monitor = (builtins.readFile ../../assets/de-p1st-monitor/yodaHedgehog.ini);
boot.kernelParams = []; boot.kernelParams = [];
# TODO: Once Linux 6.6.47 is out, go back to stable. boot.kernelPackages = pkgs.linuxPackages;
# https://debianforum.de/forum/viewtopic.php?p=1369430#p1369430
boot.kernelPackages = pkgs.unstable.linuxPackages;
# Most users should never change this value after the initial install, for any reason, even if you've upgraded your system to a new NixOS release. # Most users should never change this value after the initial install, for any reason, even if you've upgraded your system to a new NixOS release.
system.stateVersion = "23.05"; system.stateVersion = "23.05";