mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 00:37:14 +08:00
fixes https://github.com/NixOS/nixos-hardware/issues/1114 and tlp also no longer recommands it.
7 lines
62 B
Nix
7 lines
62 B
Nix
{
|
|
imports = [
|
|
../../../common/cpu/intel
|
|
../.
|
|
];
|
|
}
|