mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
fixes https://github.com/NixOS/nixos-hardware/issues/1114 and tlp also no longer recommands it.
8 lines
95 B
Nix
8 lines
95 B
Nix
{
|
|
imports = [
|
|
../.
|
|
../tp-smapi.nix
|
|
../../../common/cpu/intel/sandy-bridge
|
|
];
|
|
}
|