summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw/pseyecam.nix
blob: 029ee7c9c074880b9be635b1bf6686bf6072a69e (plain)
1
2
3
4
5
6
# https://bugzilla.kernel.org/show_bug.cgi?id=198129
{
  boot.extraModprobeConfig = ''
    options snd_usb_audio ignore_ctl_error=1
  '';
}