Bläddra i källkod

Initial p53 hardware configuration (#125)

wip-nanopi-m4v2
*Kim Zick 7 år sedan
committed by Jörg Thalheim
förälder
incheckning
ed0d3cc198
2 ändrade filer med 10 tillägg och 0 borttagningar
  1. +1
    -0
      README.md
  2. +9
    -0
      lenovo/thinkpad/p53/default.nix

+ 1
- 0
README.md Visa fil

@@ -40,6 +40,7 @@ See code for all available configurations.
| [Dell XPS 15 9550][] | `<nixos-hardware/dell/xps/15-9550>` |
| [Inverse Path USB armory][] | `<nixos-hardware/inversepath/usbarmory>` |
| Lenovo IdeaPad Z510 | `<nixos-hardware/lenovo/ideapad/z510>` |
| Lenovo ThinkPad P53 | `<nixos-hardware/lenovo/thinkpad/p53>` |
| Lenovo ThinkPad T410 | `<nixos-hardware/lenovo/thinkpad/t410>` |
| Lenovo ThinkPad T430 | `<nixos-hardware/lenovo/thinkpad/t430>` |
| Lenovo ThinkPad T440s | `<nixos-hardware/lenovo/thinkpad/t440s>` |


+ 9
- 0
lenovo/thinkpad/p53/default.nix Visa fil

@@ -0,0 +1,9 @@
{ nixos, pkgs, config, stdenv, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/laptop/cpu-throttling-bug.nix
../.
];
}

Laddar…
Avbryt
Spara