Price Hiller
02334f5601
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m14s
7 lines
214 B
Nix
7 lines
214 B
Nix
{ lib, config, ... }:
|
|
{
|
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
|
services.fstrim.enable = true;
|
|
}
|