1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00

audio-gd/compass2: init

This commit is contained in:
Arseniy Seroka 2016-02-08 18:50:09 +03:00
parent 3382ec5237
commit bc435e7ddc

9
audio-gd/compass2.nix Normal file
View File

@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
boot = {
extraModprobeConfig = ''
options snd slots=snd_usb_audio,snd-hda-intel
'';
};
}