treewide: mark things that have to be done

This commit is contained in:
Yegor Timoshenko 2017-12-25 21:26:29 +00:00
parent 554629a957
commit d1d99eb158
No known key found for this signature in database
GPG key ID: C34BF9DCC9DF8210
8 changed files with 12 additions and 7 deletions

View file

@ -1,8 +1,6 @@
{ config, pkgs, ... }:
{
boot = {
extraModprobeConfig = ''
extraModprobeConfig = lib.mkDefault ''
options snd slots=snd_usb_audio,snd-hda-intel
'';
};