add options for intel CPU and firmware

This commit is contained in:
Andreas Zweili 2021-11-22 15:50:24 +01:00
parent f8817dd1a5
commit c29fa47e21
1 changed files with 5 additions and 0 deletions

View File

@ -101,6 +101,11 @@
wget
];
hardware = {
cpu.intel.updateMicrocode = true;
enableRedistributableFirmware = true;
};
# Enable the OpenSSH daemon.
services.openssh.enable = true;