From 0fff6a7d7d9baeb34a77e1a95cd0d1c810348328 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Wed, 16 Apr 2025 20:31:29 +0200 Subject: [PATCH] Even older kernel version --- machines/vm-audio.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/vm-audio.nix b/machines/vm-audio.nix index 10fd215..0c1adeb 100644 --- a/machines/vm-audio.nix +++ b/machines/vm-audio.nix @@ -57,6 +57,6 @@ # Boot option for soundcard # boot.kernelParams = [ "snd-intel-dspcfg.dsp_driver=1" ]; - boot.kernelPackages = pkgs.linuxPackages_6_9; + boot.kernelPackages = pkgs.linuxPackages_5_15; }; }