From 5a97cd69e28db6588717768d334052a220f7584e Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Wed, 16 Apr 2025 20:28:38 +0200 Subject: [PATCH] Changed kernel version --- machines/vm-audio.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/machines/vm-audio.nix b/machines/vm-audio.nix index 52e187c..10fd215 100644 --- a/machines/vm-audio.nix +++ b/machines/vm-audio.nix @@ -54,5 +54,9 @@ RestartSec = 5; }; }; + + # Boot option for soundcard + # boot.kernelParams = [ "snd-intel-dspcfg.dsp_driver=1" ]; + boot.kernelPackages = pkgs.linuxPackages_6_9; }; }