Add snd-usb-audio to kernelModules

This commit is contained in:
2023-12-26 22:57:33 +00:00
parent 4aa27cf9bb
commit f44a098f80

View File

@ -13,8 +13,9 @@ let
}
'';
in {
boot.kernelModules = [ "snd-usb-audio" ];
boot.extraModulePackages = [
(lib.hiPrio patched)
(patched)
];
environment.etc = {