11 lines
142 B
Nix
11 lines
142 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../../../common/cpu/intel
|
|
../acpi_call.nix
|
|
../cpu-throttling-bug.nix
|
|
../.
|
|
];
|
|
}
|