8 lines
166 B
Nix
8 lines
166 B
Nix
{ config, lib, ... }:
|
|
{
|
|
imports = [
|
|
./tiger-lake.nix
|
|
];
|
|
|
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
|
} |