Mirror of NixOS-hardware
Go to file
Yegor Timoshenko b762dbc687
apple: disable services.mbpfan
2018-04-20 01:30:02 +03:00
acer/aspire/4810t treewide: mark things that have to be done 2017-12-25 22:07:47 +00:00
airis/n990 treewide: abstract away common configs into common/ 2017-12-24 23:21:05 +00:00
apple apple: disable services.mbpfan 2018-04-20 01:30:02 +03:00
asus asus/m60j-jx041v: drop (README only) 2017-12-24 23:44:25 +00:00
audio-gd treewide: mark things that have to be done 2017-12-25 22:07:47 +00:00
common apple/macbook-air/4: enable RC6p, RC6pp GPU sleep states 2017-12-27 21:39:31 +00:00
dell/xps/15-9550 treewide: abstract away common configs into common/ 2017-12-24 23:21:05 +00:00
inversepath/usbarmory inversepath/usbarmory: fix evaluation 2017-12-24 17:21:43 +00:00
lenovo lenovo/thinkpad/x230: resolve tearing 2018-01-29 13:30:43 +00:00
microsoft treewide: mark things that have to be done 2017-12-25 22:07:47 +00:00
raspberry-pi/2 raspberry-pi/2: format README 2017-12-25 01:51:51 +00:00
samsung/np900x3c treewide: mark things that have to be done 2017-12-25 22:07:47 +00:00
supermicro treewide: only ever set unmergable options via lib.mkDefault 2017-12-24 15:13:25 +00:00
tests tests: drop -test prefix to match naming style used by NixOS tests 2017-12-25 19:24:01 +00:00
.gitignore Add .gitignore adapted from NixPkgs 2016-10-20 14:28:23 -04:00
.travis.yml travis: drop sudo 2017-12-25 19:33:32 +00:00
CODEOWNERS CODEOWNERS: add yegortimoshenko to Lenovo ThinkPad X230 2017-12-27 07:22:51 +00:00
CONTRIBUTING.org README: extract CONTRIBUTING, clean up 2017-12-24 19:34:39 +00:00
LICENSE LICENSE: license under CC0-1.0 2017-12-27 17:21:46 +00:00
README.org README: add x230 2017-12-27 07:03:55 +01:00
default.nix default.nix, fix for nix-env -qa 2018-03-17 16:34:18 +00:00

README.org

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
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>
Apple MacBook Pro 10,1 <nixos-hardware/apple/macbook-pro/10-1>
Apple MacBook Pro 12,1 <nixos-hardware/apple/macbook-pro/12-1>
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 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>
Microsoft Surface Pro 3 <nixos-hardware/microsoft/surface-pro/3>
Raspberry Pi 2 <nixos-hardware/raspberry-pi/2>
Samsung Series 9 NP900X3C <nixos-hardware/samsung/np900x3c>
Supermicro A1SRi-2758F <nixos-hardware/supermicro/a1sri-2758f>
Supermicro X10SLL-F <nixos-hardware/supermicro/x10sll-f>