move acpi_call.nix and cpu-throttling-bug.nix to common folder

This commit is contained in:
André-Patrick Bubel 2018-10-19 17:52:25 +02:00 committed by Jörg Thalheim
parent d4a430fef2
commit 941fbef86f
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
8 changed files with 9 additions and 9 deletions

View File

@ -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.

View File

@ -3,7 +3,7 @@
{ {
imports = [ imports = [
../../../common/cpu/intel ../../../common/cpu/intel
../acpi_call.nix ../../../common/pc/laptop/acpi_call.nix
../. ../.
]; ];
} }

View File

@ -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
../. ../.
]; ];
} }

View File

@ -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

View File

@ -4,7 +4,7 @@
imports = [ imports = [
../. ../.
../../../common/cpu/intel ../../../common/cpu/intel
../acpi_call.nix ../../../common/pc/laptop/acpi_call.nix
]; ];
boot = { boot = {

View File

@ -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