Add cpu module for intel

This commit is contained in:
Simon Bruder 2020-10-16 21:26:57 +02:00
parent 961e8fc7fc
commit efb94ade1d
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

3
modules/cpu/intel.nix Normal file
View file

@ -0,0 +1,3 @@
{
hardware.cpu.intel.updateMicrocode = true;
}