Forked from anonymous/gist:e2196eb4a42f756a56e8cde688ca196e
Created
August 9, 2017 23:06
-
-
Save cleverca22/234397040fc931a125ecea36b2bcb458 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ ... }: | |
{ | |
boot.loader.grub.extraConfig = '' | |
insmod setpci; | |
setpci -s "00:17.0" 3e.b=8; | |
setpci -s "02:00.0" 04.b=7; | |
''; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment