mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 17:27:14 +08:00
treewide: mark things that have to be done
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot = {
|
||||
extraModprobeConfig = ''
|
||||
extraModprobeConfig = lib.mkDefault ''
|
||||
options snd slots=snd_usb_audio,snd-hda-intel
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user