mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
x140e: drop options generated with nixos-generate-config
This commit is contained in:
@@ -3,17 +3,9 @@
|
||||
{
|
||||
imports = [ ../. ];
|
||||
|
||||
boot = {
|
||||
# wireless
|
||||
kernelModules = [ "kvm-amd" "wl" ];
|
||||
extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
|
||||
boot.extraModprobeConfig = lib.mkDefault ''
|
||||
options snd_hda_intel enable=0,1
|
||||
'';
|
||||
|
||||
# audio device
|
||||
extraModprobeConfig = lib.mkDefault ''
|
||||
options snd_hda_intel enable=0,1
|
||||
'';
|
||||
};
|
||||
|
||||
# video card
|
||||
services.xserver.videoDrivers = [ "ati" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user