Added top-level config.

This commit is contained in:
Raphaël Numbus
2026-02-25 13:13:46 +01:00
parent dd47755f74
commit bc3de08c2b
5 changed files with 62 additions and 54 deletions
+5 -3
View File
@@ -1,7 +1,9 @@
{ config, ... }:
{
hardware.enableRedistributableFirmware = true;
hardware.cpu.intel.updateMicrocode = true;
hardware.cpu.amd.updateMicrocode = true;
config = {
hardware.enableRedistributableFirmware = true;
hardware.cpu.intel.updateMicrocode = true;
hardware.cpu.amd.updateMicrocode = true;
};
}