2024-03-14 03:51:03 -05:00
|
|
|
{ lib, config, ... }: {
|
|
|
|
hardware.cpu.intel.updateMicrocode =
|
|
|
|
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
2023-12-07 09:05:24 -06:00
|
|
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
2023-12-07 09:17:22 -06:00
|
|
|
services.fstrim.enable = true;
|
2023-10-27 23:16:22 -05:00
|
|
|
}
|