backwards: Try to fix audio output

This commit is contained in:
Alexander Heldt
2026-02-15 15:10:19 +01:00
parent 2a1c8038ba
commit aefe89f648

View File

@@ -38,6 +38,10 @@ in
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };
extraModprobeConfig = ''
options snd-intel-dspcfg dsp_driver=1
'';
}; };
}; };
} }