1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00

Merge pull request #78 from azazel75/up

Fix unusable Lenovo Thinkpad X1 profile
This commit is contained in:
Yegor Timoshenko 2018-09-02 08:55:30 +00:00 committed by GitHub
commit 55e7faf0cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 29 deletions

View File

@ -23,7 +23,7 @@ imports = [
## Profiles
| Model | Path |
| --------------------------------- | ------------------------------------------ |
| --------------------------------- | -------------------------------------------- |
| [Acer Aspire 4810T][] | `<nixos-hardware/acer/aspire/4810t>` |
| Airis N990 | `<nixos-hardware/airis/n990>` |
| Apple MacBook Air 4,X | `<nixos-hardware/apple/macbook-air/4>` |
@ -41,6 +41,7 @@ imports = [
| Lenovo ThinkPad X230 | `<nixos-hardware/lenovo/thinkpad/x230>` |
| Lenovo ThinkPad X250 | `<nixos-hardware/lenovo/thinkpad/x250>` |
| Lenovo ThinkPad X270 | `<nixos-hardware/lenovo/thinkpad/x270>` |
| [Lenovo ThinkPad X1 (6th Gen)][] | `<nixos-hardware/lenovo/thinkpad/x1/6th-gen>`|
| [Microsoft Surface Pro 3][] | `<nixos-hardware/microsoft/surface-pro/3>` |
| PC Engines APU | `<nixos-hardware/pcengines/apu>` |
| [Raspberry Pi 2][] | `<nixos-hardware/raspberry-pi/2>` |
@ -54,6 +55,7 @@ imports = [
[Apple MacBook Pro 10,1]: apple/macbook-pro/10-1
[Dell XPS 15 9550]: dell/xps/15-9550
[Inverse Path USB armory]: inversepath/usbarmory
[Lenovo ThinkPad X1 (6th Gen)]: lenovo/thinkpad/x1/6th-gen
[Microsoft Surface Pro 3]: microsoft/surface-pro/3
[Raspberry Pi 2]: raspberry-pi/2
[Samsung Series 9 NP900X3C]: samsung/np900x3c

View File

@ -7,7 +7,7 @@
{
imports = [
../.
../../cpu-throttling.nix
../../cpu-throttling-bug.nix
../../acpi_call.nix
];
@ -27,6 +27,6 @@
# "mem_sleep_default=deep"
# ];
# boot.initrd.prepend = [
# "/boot/acpi_override"
# "${/boot/acpi_override}"
# ];
}