summaryrefslogtreecommitdiffstats
path: root/README.org
blob: 1ed22eeb5cd43816a453d0185f5ce5fec46a4b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
NixOS profiles covering hardware quirks.

** Setup

Add and update ~nixos-hardware~ channel:

  : $ sudo nix-channel --add https://github.com/NixOS/nixos-hardware/archive/master.tar.gz nixos-hardware
  : $ sudo nix-channel --update nixos-hardware

Then import an appropriate profile path from the table below. For example, to
enable ThinkPad X220 profile, your ~imports~ in ~/etc/nixos/configuration.nix~
should look like:

  : imports = [ <nixos-hardware/lenovo/thinkpad/x220> ./hardware-configuration.nix ];

** Profiles

|-----------------------------+-----------------------------------------------|
| Model                       | Path                                          |
|-----------------------------+-----------------------------------------------|
| [[file:acer/aspire/4810t][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>~        |
| Apple MacBook Air 6,X       | ~<nixos-hardware/apple/macbook-air/6>~        |
| [[file:apple/macbook-pro/10-1][Apple MacBook Pro 10,1]]      | ~<nixos-hardware/apple/macbook-pro/10-1>~     |
| [[file:apple/macbook-pro/11-5][Apple MacBook Pro 11,5]]      | ~<nixos-hardware/apple/macbook-pro/11-5>~     |
| Apple MacBook Pro 12,1      | ~<nixos-hardware/apple/macbook-pro/12-1>~     |
| [[file:dell/xps/15-9550][Dell XPS 15 9550]]            | ~<nixos-hardware/dell/xps/15-9550>~           |
| [[file:inversepath/usbarmory][Inverse Path USB armory]]     | ~<nixos-hardware/inversepath/usbarmory>~      |
| Lenovo IdeaPad Z510         | ~<nixos-hardware/lenovo/ideapad/z510>~        |
| Lenovo ThinkPad T410        | ~<nixos-hardware/lenovo/thinkpad/t410>~       |
| Lenovo ThinkPad T440p       | ~<nixos-hardware/lenovo/thinkpad/t440p>~      |
| Lenovo ThinkPad T460s       | ~<nixos-hardware/lenovo/thinkpad/t460s>~      |
| Lenovo ThinkPad X140e       | ~<nixos-hardware/lenovo/thinkpad/x140e>~      |
| Lenovo ThinkPad X220        | ~<nixos-hardware/lenovo/thinkpad/x220>~       |
| Lenovo ThinkPad X230        | ~<nixos-hardware/lenovo/thinkpad/x230>~       |
| Lenovo ThinkPad X250        | ~<nixos-hardware/lenovo/thinkpad/x250>~       |
| Lenovo ThinkPad X270        | ~<nixos-hardware/lenovo/thinkpad/x270>~       |
| [[file:lenovo/thinkpad/x1/6th-gen][Lenovo ThinkPad X1 6th gen.]] | ~<nixos-hardware/lenovo/thinkpad/x1/6th-gen>~ |
| [[file:microsoft/surface-pro/3][Microsoft Surface Pro 3]]     | ~<nixos-hardware/microsoft/surface-pro/3>~    |
| PC Engines APU              | ~<nixos-hardware/pcengines/apu>~              |
| [[file:raspberry-pi/2][Raspberry Pi 2]]              | ~<nixos-hardware/raspberry-pi/2>~             |
| [[file:samsung/np900x3c][Samsung Series 9 NP900X3C]]   | ~<nixos-hardware/samsung/np900x3c>~           |
| [[file:purism/librem/13v3][Purism Librem 13v3]]          | ~<nixos-hardware/purism/librem/13v3>~         |
| Supermicro A1SRi-2758F      | ~<nixos-hardware/supermicro/a1sri-2758f>~     |
| Supermicro X10SLL-F         | ~<nixos-hardware/supermicro/x10sll-f>~        |
|-----------------------------+-----------------------------------------------|