From 34b7c07297a18a1a691652e49b184ac9d7f76dc8 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Thu, 10 Oct 2024 17:05:32 +0200 Subject: [PATCH] Use linux 6.11 on `sisko` (cpufreq e thermal support) --- hosts/sisko/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sisko/default.nix b/hosts/sisko/default.nix index 44277c3..e1e89e5 100644 --- a/hosts/sisko/default.nix +++ b/hosts/sisko/default.nix @@ -33,7 +33,7 @@ ./disko.nix ]; - boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_10; + boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_11; system.stateVersion = "24.05";