Merge pull request #78 from azazel75/up
Fix unusable Lenovo Thinkpad X1 profile
This commit is contained in:
commit
55e7faf0cd
|
@ -23,7 +23,7 @@ imports = [
|
||||||
## Profiles
|
## Profiles
|
||||||
|
|
||||||
| Model | Path |
|
| Model | Path |
|
||||||
| --------------------------------- | ------------------------------------------ |
|
| --------------------------------- | -------------------------------------------- |
|
||||||
| [Acer Aspire 4810T][] | `<nixos-hardware/acer/aspire/4810t>` |
|
| [Acer Aspire 4810T][] | `<nixos-hardware/acer/aspire/4810t>` |
|
||||||
| Airis N990 | `<nixos-hardware/airis/n990>` |
|
| Airis N990 | `<nixos-hardware/airis/n990>` |
|
||||||
| Apple MacBook Air 4,X | `<nixos-hardware/apple/macbook-air/4>` |
|
| 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 X230 | `<nixos-hardware/lenovo/thinkpad/x230>` |
|
||||||
| Lenovo ThinkPad X250 | `<nixos-hardware/lenovo/thinkpad/x250>` |
|
| Lenovo ThinkPad X250 | `<nixos-hardware/lenovo/thinkpad/x250>` |
|
||||||
| Lenovo ThinkPad X270 | `<nixos-hardware/lenovo/thinkpad/x270>` |
|
| 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>` |
|
| [Microsoft Surface Pro 3][] | `<nixos-hardware/microsoft/surface-pro/3>` |
|
||||||
| PC Engines APU | `<nixos-hardware/pcengines/apu>` |
|
| PC Engines APU | `<nixos-hardware/pcengines/apu>` |
|
||||||
| [Raspberry Pi 2][] | `<nixos-hardware/raspberry-pi/2>` |
|
| [Raspberry Pi 2][] | `<nixos-hardware/raspberry-pi/2>` |
|
||||||
|
@ -54,6 +55,7 @@ imports = [
|
||||||
[Apple MacBook Pro 10,1]: apple/macbook-pro/10-1
|
[Apple MacBook Pro 10,1]: apple/macbook-pro/10-1
|
||||||
[Dell XPS 15 9550]: dell/xps/15-9550
|
[Dell XPS 15 9550]: dell/xps/15-9550
|
||||||
[Inverse Path USB armory]: inversepath/usbarmory
|
[Inverse Path USB armory]: inversepath/usbarmory
|
||||||
|
[Lenovo ThinkPad X1 (6th Gen)]: lenovo/thinkpad/x1/6th-gen
|
||||||
[Microsoft Surface Pro 3]: microsoft/surface-pro/3
|
[Microsoft Surface Pro 3]: microsoft/surface-pro/3
|
||||||
[Raspberry Pi 2]: raspberry-pi/2
|
[Raspberry Pi 2]: raspberry-pi/2
|
||||||
[Samsung Series 9 NP900X3C]: samsung/np900x3c
|
[Samsung Series 9 NP900X3C]: samsung/np900x3c
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../.
|
../.
|
||||||
../../cpu-throttling.nix
|
../../cpu-throttling-bug.nix
|
||||||
../../acpi_call.nix
|
../../acpi_call.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -27,6 +27,6 @@
|
||||||
# "mem_sleep_default=deep"
|
# "mem_sleep_default=deep"
|
||||||
# ];
|
# ];
|
||||||
# boot.initrd.prepend = [
|
# boot.initrd.prepend = [
|
||||||
# "/boot/acpi_override"
|
# "${/boot/acpi_override}"
|
||||||
# ];
|
# ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue