diff --git a/machines/vm-audio.nix b/machines/vm-audio.nix index 0c1adeb..52e187c 100644 --- a/machines/vm-audio.nix +++ b/machines/vm-audio.nix @@ -54,9 +54,5 @@ RestartSec = 5; }; }; - - # Boot option for soundcard - # boot.kernelParams = [ "snd-intel-dspcfg.dsp_driver=1" ]; - boot.kernelPackages = pkgs.linuxPackages_5_15; }; }