update intel graphics config
This commit is contained in:
parent
44b17a0648
commit
04ef22593a
4 changed files with 21 additions and 21 deletions
|
@ -3,7 +3,10 @@
|
|||
imports = [ ../../modules/intel-graphics.nix ];
|
||||
config = {
|
||||
# intel cpu
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.kernelModules = [
|
||||
"kvm-intel"
|
||||
"xe"
|
||||
];
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
|
||||
boot.loader = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue