mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
thinkpad: use lib.mkDefault on all unmergable options
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
|
||||
|
||||
# audio device
|
||||
extraModprobeConfig = ''
|
||||
extraModprobeConfig = lib.mkDefault ''
|
||||
options snd_hda_intel enable=0,1
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user