From 93420b0108a363450b334580fee5c6a3aa845876 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 10 Jan 2023 14:11:20 +0100 Subject: [PATCH] zephyrus: switch to latest kernel getting sound problems on 5.15.82 --- hosts/zephyrus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index fc17a28..c997c1b 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -14,7 +14,7 @@ ./secrets.nix ]; - boot.kernelPackages = pkgs.linuxPackages; + boot.kernelPackages = pkgs.linuxPackages_latest; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true;