x140e: drop options generated with nixos-generate-config

This commit is contained in:
Yegor Timoshenko 2017-12-24 01:28:22 +00:00
parent 7810833d2d
commit 0c51ed4b80
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210
1 changed files with 3 additions and 11 deletions

View File

@ -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" ];
}