1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 18:43:34 +02:00
nixos-hardware/audio-gd/compass2.nix
2017-12-25 22:07:47 +00:00

8 lines
123 B
Nix

{
boot = {
extraModprobeConfig = lib.mkDefault ''
options snd slots=snd_usb_audio,snd-hda-intel
'';
};
}