From 711ed283bd707934c657b84c44781344e29f6276 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 28 Aug 2024 14:38:59 +0200 Subject: [PATCH] chore: back on stable linux --- hosts/yodaHedgehog/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/yodaHedgehog/configuration.nix b/hosts/yodaHedgehog/configuration.nix index 8b4f248..deb2eec 100644 --- a/hosts/yodaHedgehog/configuration.nix +++ b/hosts/yodaHedgehog/configuration.nix @@ -46,9 +46,7 @@ yoda.de-p1st-monitor = (builtins.readFile ../../assets/de-p1st-monitor/yodaHedgehog.ini); boot.kernelParams = []; - # TODO: Once Linux 6.6.47 is out, go back to stable. - # https://debianforum.de/forum/viewtopic.php?p=1369430#p1369430 - boot.kernelPackages = pkgs.unstable.linuxPackages; + boot.kernelPackages = pkgs.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. system.stateVersion = "23.05";