Add snd-usb-audio to kernelModules

This commit is contained in:
Jordan Holt 2023-12-26 22:57:33 +00:00
parent 4aa27cf9bb
commit f44a098f80
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

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