nixfiles/hosts/tohru/hardware.nix

10 lines
181 B
Nix

{ config, lib, pkgs, ... }:
{
hardware.enableAllFirmware = true;
hardware.cpu.intel.updateMicrocode = true;
services.fwupd.enable = true;
services.fstrim.enable = true;
}