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
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
'';
};