1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/audio-gd/compass2.nix
2016-02-08 18:50:09 +03:00

10 lines
133 B
Nix

{ config, pkgs, ... }:
{
boot = {
extraModprobeConfig = ''
options snd slots=snd_usb_audio,snd-hda-intel
'';
};
}