diff --git a/modules/hardware.nix b/modules/hardware.nix index af34d5a..67510ce 100644 --- a/modules/hardware.nix +++ b/modules/hardware.nix @@ -58,6 +58,9 @@ with deviceSpecific; { anonymousClients.allowedIpRanges = ["127.0.0.1"]; }; }; + boot.extraModprobeConfig = lib.mkIf (device == "AMD-Workstation") '' + options snd slots=snd_virtuoso,snd_usb_audio + ''; # SSD Section boot.kernel.sysctl = {