move acpi_call.nix and cpu-throttling-bug.nix to common folder
This commit is contained in:
parent
d4a430fef2
commit
941fbef86f
|
@ -4,8 +4,8 @@
|
||||||
imports = [
|
imports = [
|
||||||
../../../common/cpu/intel/kaby-lake
|
../../../common/cpu/intel/kaby-lake
|
||||||
../../../common/pc/laptop
|
../../../common/pc/laptop
|
||||||
../../../lenovo/thinkpad/acpi_call.nix
|
../../../common/pc/laptop/acpi_call.nix
|
||||||
../../../lenovo/thinkpad/cpu-throttling-bug.nix
|
../../../common/pc/laptop/cpu-throttling-bug.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Force S3 sleep mode. See README.wiki for details.
|
# Force S3 sleep mode. See README.wiki for details.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../../common/cpu/intel
|
../../../common/cpu/intel
|
||||||
../acpi_call.nix
|
../../../common/pc/laptop/acpi_call.nix
|
||||||
../.
|
../.
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../../common/cpu/intel
|
../../../common/cpu/intel
|
||||||
../acpi_call.nix
|
../../../common/pc/laptop/acpi_call.nix
|
||||||
../cpu-throttling-bug.nix
|
../../../common/pc/laptop/cpu-throttling-bug.nix
|
||||||
../.
|
../.
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../.
|
../.
|
||||||
../../cpu-throttling-bug.nix
|
../../../../common/pc/laptop/acpi_call.nix
|
||||||
../../acpi_call.nix
|
../../../../common/pc/laptop/cpu-throttling-bug.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# See https://linrunner.de/en/tlp/docs/tlp-faq.html#battery
|
# See https://linrunner.de/en/tlp/docs/tlp-faq.html#battery
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
../.
|
../.
|
||||||
../../../common/cpu/intel
|
../../../common/cpu/intel
|
||||||
../acpi_call.nix
|
../../../common/pc/laptop/acpi_call.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../.
|
../.
|
||||||
../acpi_call.nix
|
|
||||||
../../../common/cpu/intel
|
../../../common/cpu/intel
|
||||||
|
../../../common/pc/laptop/acpi_call.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://wiki.archlinux.org/index.php/TLP#Btrfs
|
# https://wiki.archlinux.org/index.php/TLP#Btrfs
|
||||||
|
|
Loading…
Reference in a new issue