summaryrefslogtreecommitdiffstats
path: root/audio-gd/compass2.nix
blob: 5268c1dab8d143e7c38cd528c53bfd3818957520 (plain)
1
2
3
4
5
6
7
{
  boot = {
    extraModprobeConfig = lib.mkDefault ''
      options snd slots=snd_usb_audio,snd-hda-intel
    '';
  };
}