x220: Add host
Probably broken right now.
This commit is contained in:
parent
29155bd10f
commit
a5a2c3396d
4 changed files with 138 additions and 0 deletions
10
modules/nixos/hardware/cpu/intel/default.nix
Normal file
10
modules/nixos/hardware/cpu/intel/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
boot = {
|
||||
kernelModules = [ "kvm-intel"];
|
||||
};
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
hardware.firmware = with pkgs; [ linux-firmware ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue