x220: Add host

Probably broken right now.
This commit is contained in:
caem 2025-04-08 21:30:40 +02:00
parent 29155bd10f
commit a5a2c3396d
Signed by: caem
GPG key ID: 69A830D03203405F
4 changed files with 138 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{ pkgs, ... }:
{
boot = {
kernelModules = [ "kvm-intel"];
};
hardware.cpu.intel.updateMicrocode = true;
hardware.firmware = with pkgs; [ linux-firmware ];
}