add alsa soundcard order for workstation

This commit is contained in:
Dmitriy Holkin 2019-10-10 14:28:56 +04:00
parent 392834dbe0
commit 5c05968f26

View File

@ -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 = {