Mirror of NixOS-hardware
Go to file
Jörg Thalheim 9a763a7acc
Merge pull request #880 from jalseth/x13-amd
Add Thinkpad X13 Gen1 AMD variant
2024-03-25 08:45:45 +01:00
.github build(deps): bump cachix/install-nix-action from 25 to 26 2024-03-11 02:13:45 +00:00
acer/aspire/4810t treewide: mark things that have to be done 2017-12-25 22:07:47 +00:00
airis/n990 treewide: apply deadnix and statix 2022-12-31 11:57:44 +01:00
apple apple-t2: avoid import-from-derivation 2023-12-25 22:57:21 +00:00
asus Add files for Asus TUF A15 (FA507RM) 2024-02-22 09:39:13 +00:00
audio-gd treewide: mark things that have to be done 2017-12-25 22:07:47 +00:00
beagleboard/pocketbeagle beagleboard/pocketbeagle: init 2018-10-12 13:17:02 +00:00
common cpu/amd/igpu: change condition to check actually used kernel version 2024-02-16 13:49:10 +00:00
deciso/dec deciso/dec: init, tested with DEC2750 2023-07-24 13:12:20 +01:00
dell dell-xps-15-9570: init 2024-02-28 08:59:50 +00:00
focus/m2/gen1 [FocusGen1M2] Disable TPM interrupt due to upstream bug 2023-05-23 07:29:46 +02:00
framework framework AMD 7040: work around white screen / flickering issue on newer kernels 2024-02-16 13:49:10 +00:00
friendlyarm remove unused variables with deadnix 2023-12-25 20:25:23 +00:00
gigabyte/b550 gigabyte b550: suspend fix (#884) 2024-03-25 08:40:22 +01:00
google/pixelbook google/pixelbook: init 2020-05-07 15:26:58 +00:00
gpd gpd-win-max-2-2023: enable iio subsystem 2024-02-13 10:56:22 +00:00
hardkernel remove unused variables with deadnix 2023-12-25 20:25:23 +00:00
hp Added file for HP EliteBook 845 G8 and updated flake and README 2024-01-01 15:50:33 +00:00
intel/nuc/8i7beh treewide: apply deadnix and statix 2022-12-31 11:57:44 +01:00
kobol/helios4 treewide: apply deadnix and statix 2022-12-31 11:57:44 +01:00
lenovo Merge pull request #880 from jalseth/x13-amd 2024-03-25 08:45:45 +01:00
microchip microchip icicle-kit README update 2024-02-27 16:17:03 +04:00
microsoft Pick a better name than "versionsOfOption" 2024-01-31 21:36:14 +13:00
morefine/m600 remove unused variables with deadnix 2023-12-25 20:25:23 +00:00
msi add support for MSI B350 TOMAHAWK Motherboard 2024-03-18 17:42:08 +00:00
nxp nxp imx8mp-evk/imx8mq-evk documentation 2024-02-28 08:54:14 +00:00
olimex/teres_i remove unused variables with deadnix 2023-12-25 20:25:23 +00:00
omen Rename Omen model 2024-02-06 09:11:04 +00:00
onenetbook/4 remove unused variables with deadnix 2023-12-25 20:25:23 +00:00
panasonic/letsnote/cf-lx4 Added configuration for panasonic 2022-12-31 23:30:14 +09:00
pcengines/apu pcengines/apu: expose GRUB over serial 2019-03-24 18:48:11 +11:00
pine64 remove unused variables with deadnix 2023-12-25 20:25:23 +00:00
purism/librem purism librem5r4: linuxPackages_librem5: 6.5.6-librem5 -> 6.6.6-librem5 2023-12-29 11:38:20 +00:00
raspberry-pi add and use mkDisableOption 2023-11-18 15:44:54 +01:00
samsung/np900x3c samsung/np900x3c: drop deprecated synaptics 2023-05-15 18:44:13 +02:00
starfive/visionfive starfive visionfive2: update kernel to 6.6.0 2024-02-01 06:00:43 +00:00
supermicro treewide: apply deadnix and statix 2022-12-31 11:57:44 +01:00
system76 treewide: apply deadnix and statix 2022-12-31 11:57:44 +01:00
tests speed up ci using nix-eval-jobs 2023-12-25 22:57:21 +00:00
toshiba/swanky treewide: apply deadnix and statix 2022-12-31 11:57:44 +01:00
tuxedo Add TUXEDO InfinityBook Pro 14 - Gen7 config 2023-12-31 22:27:27 +00:00
.editorconfig import editorconfig from nixpkgs 2022-03-04 13:41:36 +01:00
.gitignore Add .gitignore adapted from NixPkgs 2016-10-20 14:28:23 -04:00
.mergify.yml replace bors with mergify 2023-09-18 10:57:17 +02:00
CODEOWNERS docs(tuxedo/pulse/15/gen2): add code owner 2023-10-23 09:31:10 +00:00
CONTRIBUTING.md CONTRIBUTING.md: mention bors 2022-10-01 14:51:28 +02:00
COPYING LICENSE -> COPYING 2018-08-25 13:54:23 +03:00
README.md Merge pull request #880 from jalseth/x13-amd 2024-03-25 08:45:45 +01:00
default.nix add dummy default.nix 2019-01-18 13:51:39 +00:00
flake.nix Merge pull request #880 from jalseth/x13-amd 2024-03-25 08:45:45 +01:00

README.md

NixOS profiles to optimize settings for different hardware.

Setup

Using channels

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

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
];

New updates to the expressions here will be fetched when you update the channel.

Using nix flakes support

There is also experimental flake support. In your /etc/nixos/flake.nix add the following:

{
  description = "NixOS configuration with flakes";
  inputs.nixos-hardware.url = "github:NixOS/nixos-hardware/master";

  outputs = { self, nixpkgs, nixos-hardware }: {
    # replace <your-hostname> with your actual hostname
    nixosConfigurations.<your-hostname> = nixpkgs.lib.nixosSystem {
      # ...
      modules = [
        # ...
        # add your model from this list: https://github.com/NixOS/nixos-hardware/blob/master/flake.nix
        nixos-hardware.nixosModules.dell-xps-13-9380
      ];
    };
  };
}

Using fetchGit

You can fetch the git repository directly:

imports = [
  "${builtins.fetchGit { url = "https://github.com/NixOS/nixos-hardware.git"; }}/lenovo/thinkpad/x220"
];

Unlike the channel, this will update the git repository on a rebuild. However, you can easily pin to a particular revision if you desire more stability.

How to contribute a new device profile

See CONTRIBUTING.md.

List of Profiles

See code for all available configurations.

Model Path
Acer Aspire 4810T <nixos-hardware/acer/aspire/4810t>
Airis N990 <nixos-hardware/airis/n990>
Apple MacBook Air 3,X <nixos-hardware/apple/macbook-air/3>
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 11,5 <nixos-hardware/apple/macbook-pro/11-5>
Apple MacBook Pro 12,1 <nixos-hardware/apple/macbook-pro/12-1>
Apple MacBook Pro 14,1 <nixos-hardware/apple/macbook-pro/14-1>
Apple Macs with a T2 Chip <nixos-hardware/apple/t2>
Asus ROG Ally RC71L (2023) <nixos-hardware/asus/ally/rc71l>
Asus ROG Strix G513IM <nixos-hardware/asus/rog-strix/g513im>
Asus ROG Strix G733QS <nixos-hardware/asus/rog-strix/g733qs>
Asus ROG Zephyrus G14 GA401 <nixos-hardware/asus/zephyrus/ga401>
Asus ROG Zephyrus G14 GA402 <nixos-hardware/asus/zephyrus/ga402>
Asus ROG Zephyrus G14 GA402X* (2023) <nixos-hardware/asus/zephyrus/ga402x/amdgpu>
Asus ROG Zephyrus G14 GA402X* (2023) <nixos-hardware/asus/zephyrus/ga402x/nvidia>
Asus ROG Zephyrus G15 GA502 <nixos-hardware/asus/zephyrus/ga502>
Asus ROG Zephyrus G15 GA503 <nixos-hardware/asus/zephyrus/ga503>
Asus ROG Zephyrus M16 GU603H <nixos-hardware/asus/zephyrus/gu603h>
Asus TUF FX504GD <nixos-hardware/asus/fx504gd>
Asus TUF FA507RM <nixos-hardware/asus/fa507rm>
BeagleBoard PocketBeagle <nixos-hardware/beagleboard/pocketbeagle>
Deciso DEC series <nixos-hardware/deciso/dec>
Dell G3 3779 <nixos-hardware/dell/g3/3779>
Dell Inspiron 14 5420 <nixos-hardawre/dell/inspiron/14-5420>
Dell Inspiron 5509 <nixos-hardware/dell/inspiron/5509>
Dell Inspiron 5515 <nixos-hardware/dell/inspiron/5515>
Dell Inspiron 7405 <nixos-hardware/dell/inspiron/7405>
Dell Latitude 3340 <nixos-hardware/dell/latitude/3340>
Dell Latitude 3480 <nixos-hardware/dell/latitude/3480>
Dell Latitude 5520 <nixos-hardware/dell/latitude/5520>
Dell Latitude 7390 <nixos-hardware/dell/latitude/7390>
Dell Latitude 7430 <nixos-hardware/dell/latitude/7430>
Dell Latitude 7490 <nixos-hardware/dell/latitude/7490>
Dell Poweredge R7515 <nixos-hardware/dell/poweredge/r7515>
Dell Precision 3541 <nixos-hardware/dell/precision/3541>
Dell Precision 5530 <nixos-hardware/dell/precision/5530>
Dell XPS 13 7390 <nixos-hardware/dell/xps/13-7390>
Dell XPS 13 9300 <nixos-hardware/dell/xps/13-9300>
Dell XPS 13 9310 <nixos-hardware/dell/xps/13-9310>
Dell XPS 13 9333 <nixos-hardware/dell/xps/13-9333>
Dell XPS 13 9343 <nixos-hardware/dell/xps/13-9343>
Dell XPS 13 9350 <nixos-hardware/dell/xps/13-9350>
Dell XPS 13 9360 <nixos-hardware/dell/xps/13-9360>
Dell XPS 13 9370 <nixos-hardware/dell/xps/13-9370>
Dell XPS 13 9380 <nixos-hardware/dell/xps/13-9380>
Dell XPS 15 7590, nvidia <nixos-hardware/dell/xps/15-7590/nvidia>
Dell XPS 15 7590 <nixos-hardware/dell/xps/15-7590>
Dell XPS 15 9500, nvidia <nixos-hardware/dell/xps/15-9500/nvidia>
Dell XPS 15 9500 <nixos-hardware/dell/xps/15-9500>
Dell XPS 15 9510, nvidia <nixos-hardware/dell/xps/15-9510/nvidia>
Dell XPS 15 9510 <nixos-hardware/dell/xps/15-9510>
Dell XPS 15 9520, nvidia <nixos-hardware/dell/xps/15-9520/nvidia>
Dell XPS 15 9520 <nixos-hardware/dell/xps/15-9520>
Dell XPS 15 9550, nvidia <nixos-hardware/dell/xps/15-9550/nvidia>
Dell XPS 15 9550 <nixos-hardware/dell/xps/15-9550>
Dell XPS 15 9560, intel only <nixos-hardware/dell/xps/15-9560/intel>
Dell XPS 15 9560, nvidia only <nixos-hardware/dell/xps/15-9560/nvidia>
Dell XPS 15 9560 <nixos-hardware/dell/xps/15-9560>
Dell XPS 15 9570, intel only <nixos-hardware/dell/xps/15-9570/intel>
Dell XPS 15 9570, nvidia <nixos-hardware/dell/xps/15-9570/nvidia>
Dell XPS 15 9570 <nixos-hardware/dell/xps/15-9570>
Dell XPS 17 9700, intel <nixos-hardware/dell/xps/17-9700/intel
Dell XPS 17 9700, nvidia <nixos-hardware/dell/xps/17-9700/nvidia>
Dell XPS 17 9710, intel only <nixos-hardware/dell/xps/17-9710/intel>
Dell XPS E7240 <nixos-hardware/dell/e7240>
Framework 11th Gen Intel Core <nixos-hardware/framework/13-inch/11th-gen-intel>
Framework 12th Gen Intel Core <nixos-hardware/framework/13-inch/12th-gen-intel>
Framework 13th Gen Intel Core <nixos-hardware/framework/13-inch/13th-gen-intel>
Framework 13 AMD Ryzen 7040 Series <nixos-hardware/framework/13-inch/7040-amd>
FriendlyARM NanoPC-T4 <nixos-hardware/friendlyarm/nanopc-t4>
FriendlyARM NanoPi R5s <nixos-hardware/friendlyarm/nanopi-r5s>
Focus M2 Gen 1 <nixos-hardware/focus/m2/gen1>
Gigabyte B550 <nixos-hardware/gigabyte/b550>
GPD MicroPC <nixos-hardware/gpd/micropc>
GPD P2 Max <nixos-hardware/gpd/p2-max>
GPD Pocket 3 <nixos-hardware/gpd/pocket-3>
GPD WIN 2 <nixos-hardware/gpd/win-2>
GPD WIN Max 2 2023 <nixos-hardware/gpd/win-max-2/2023>
Google Pixelbook <nixos-hardware/google/pixelbook>
HP Elitebook 2560p <nixos-hardware/hp/elitebook/2560p>
HP Elitebook 845g7 <nixos-hardware/hp/elitebook/845/g7>
HP Elitebook 845g8 <nixos-hardware/hp/elitebook/845/g8>
HP Elitebook 845g9 <nixos-hardware/hp/elitebook/845/g9>
HP Notebook 14-df0023 <nixos-hardware/hp/notebook/14-df0023>
i.MX8QuadMax Multisensory Enablement Kit <nixos-hardware/nxp/imx8qm-mek>
Intel NUC 8i7BEH <nixos-hardware/intel/nuc/8i7beh>
Lenovo IdeaPad Gaming 3 15arh05 <nixos-hardware/lenovo/ideapad/15arh05>
Lenovo IdeaPad Z510 <nixos-hardware/lenovo/ideapad/z510>
Lenovo IdeaPad Slim 5 <nixos-hardware/lenovo/ideapad/slim-5>
Lenovo IdeaPad S145 15api <nixos-hardware/lenovo/ideapad/s145-15api>
Lenovo Legion 5 15arh05h <nixos-hardware/lenovo/legion/15arh05h>
Lenovo Legion 7 Slim 15ach6 <nixos-hardware/lenovo/legion/15ach6>
Lenovo Legion 5 Pro 16ach6h <nixos-hardware/lenovo/legion/16ach6h>
Lenovo Legion 5 Pro 16ach6h (Hybrid) <nixos-hardware/lenovo/legion/16ach6h/hybrid>
Lenovo Legion 5 Pro 16ach6h (Nvidia) <nixos-hardware/lenovo/legion/16ach6h/nvidia>
Lenovo Legion 7 16achg6 (Hybrid) <nixos-hardware/lenovo/legion/16achg6/hybrid>
Lenovo Legion 7 16achg6 (Nvidia) <nixos-hardware/lenovo/legion/16achg6/nvidia>
Lenovo Legion 7i Pro 16irx8h (Intel) <nixos-hardware/lenovo/legion/16irx8h>
Lenovo Legion Y530 15ICH <nixos-hardware/lenovo/legion/15ich>
Lenovo ThinkPad E14 (AMD) <nixos-hardware/lenovo/thinkpad/e14/amd>
Lenovo ThinkPad E14 (Intel) <nixos-hardware/lenovo/thinkpad/e14/intel>
Lenovo ThinkPad E470 <nixos-hardware/lenovo/thinkpad/e470>
Lenovo ThinkPad E495 <nixos-hardware/lenovo/thinkpad/e495>
Lenovo ThinkPad L13 Yoga <nixos-hardware/lenovo/thinkpad/l13/yoga>
Lenovo ThinkPad L13 <nixos-hardware/lenovo/thinkpad/l13>
Lenovo ThinkPad L14 (AMD) <nixos-hardware/lenovo/thinkpad/l14/amd>
Lenovo ThinkPad L14 (Intel) <nixos-hardware/lenovo/thinkpad/l14/intel>
Lenovo ThinkPad P1 Gen 3 <nixos-hardware/lenovo/thinkpad/p1/3th-gen>
Lenovo ThinkPad P14s AMD Gen 2 <nixos-hardware/lenovo/thinkpad/p14s/amd/gen2>
Lenovo ThinkPad P16s AMD Gen 1 <nixos-hardware/lenovo/thinkpad/p16s/amd/gen1>
Lenovo ThinkPad P1 <nixos-hardware/lenovo/thinkpad/p1>
Lenovo ThinkPad P50 <nixos-hardware/lenovo/thinkpad/p50>
Lenovo ThinkPad P51 <nixos-hardware/lenovo/thinkpad/p51>
Lenovo ThinkPad P52 <nixos-hardware/lenovo/thinkpad/p52>
Lenovo ThinkPad P53 <nixos-hardware/lenovo/thinkpad/p53>
Lenovo ThinkPad T14 AMD Gen 1 <nixos-hardware/lenovo/thinkpad/t14/amd/gen1>
Lenovo ThinkPad T14 AMD Gen 2 <nixos-hardware/lenovo/thinkpad/t14/amd/gen2>
Lenovo ThinkPad T14 AMD Gen 3 <nixos-hardware/lenovo/thinkpad/t14/amd/gen3>
Lenovo ThinkPad T14 <nixos-hardware/lenovo/thinkpad/t14>
Lenovo ThinkPad T14s AMD Gen 1 <nixos-hardware/lenovo/thinkpad/t14s/amd/gen1>
Lenovo ThinkPad T14s <nixos-hardware/lenovo/thinkpad/t14s>
Lenovo ThinkPad T410 <nixos-hardware/lenovo/thinkpad/t410>
Lenovo ThinkPad T420 <nixos-hardware/lenovo/thinkpad/t420>
Lenovo ThinkPad T430 <nixos-hardware/lenovo/thinkpad/t430>
Lenovo ThinkPad T440p <nixos-hardware/lenovo/thinkpad/t440p>
Lenovo ThinkPad T440s <nixos-hardware/lenovo/thinkpad/t440s>
Lenovo ThinkPad T450s <nixos-hardware/lenovo/thinkpad/t450s>
Lenovo ThinkPad T460 <nixos-hardware/lenovo/thinkpad/t460>
Lenovo ThinkPad T460p <nixos-hardware/lenovo/thinkpad/t460p>
Lenovo ThinkPad T460s <nixos-hardware/lenovo/thinkpad/t460s>
Lenovo ThinkPad T470s <nixos-hardware/lenovo/thinkpad/t470s>
Lenovo ThinkPad T480 <nixos-hardware/lenovo/thinkpad/t480>
Lenovo ThinkPad T480s <nixos-hardware/lenovo/thinkpad/t480s>
Lenovo ThinkPad T490 <nixos-hardware/lenovo/thinkpad/t490>
Lenovo ThinkPad T495 <nixos-hardware/lenovo/thinkpad/t495>
Lenovo ThinkPad T520 <nixos-hardware/lenovo/thinkpad/t520>
Lenovo ThinkPad T550 <nixos-hardware/lenovo/thinkpad/t550>
Lenovo ThinkPad T590 <nixos-hardware/lenovo/thinkpad/t590>
Lenovo ThinkPad W520 <nixos-hardware/lenovo/thinkpad/w520>
Lenovo ThinkPad X1 Yoga <nixos-hardware/lenovo/thinkpad/x1/yoga>
Lenovo ThinkPad X1 Yoga Gen 7 <nixos-hardware/lenovo/thinkpad/x1/yoga/7th-gen>
Lenovo ThinkPad X1 (6th Gen) <nixos-hardware/lenovo/thinkpad/x1/6th-gen>
Lenovo ThinkPad X1 (7th Gen) <nixos-hardware/lenovo/thinkpad/x1/7th-gen>
Lenovo ThinkPad X1 (9th Gen) <nixos-hardware/lenovo/thinkpad/x1/9th-gen>
Lenovo ThinkPad X1 (10th Gen) <nixos-hardware/lenovo/thinkpad/x1/10th-gen>
Lenovo ThinkPad X1 (11th Gen) <nixos-hardware/lenovo/thinkpad/x1/11th-gen>
Lenovo ThinkPad X1 Extreme Gen 2 <nixos-hardware/lenovo/thinkpad/x1-extreme/gen2>
Lenovo ThinkPad X1 Extreme Gen 4 <nixos-hardware/lenovo/thinkpad/x1-extreme/gen4>
Lenovo ThinkPad X1 Nano Gen 1 <nixos-hardware/lenovo/thinkpad/x1-nano/gen1>
Lenovo ThinkPad X13 Yoga <nixos-hardware/lenovo/thinkpad/x13/yoga>
Lenovo ThinkPad X13 Yoga (3th Gen) <nixos-hardware/lenovo/thinkpad/x13/yoga/3th-gen>
Lenovo ThinkPad X13 (Intel) <nixos-hardware/lenovo/thinkpad/x13/intel>
Lenovo ThinkPad X13 (AMD) <nixos-hardware/lenovo/thinkpad/x13/amd>
Lenovo ThinkPad X140e <nixos-hardware/lenovo/thinkpad/x140e>
Lenovo ThinkPad X200s <nixos-hardware/lenovo/thinkpad/x200s>
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 X260 <nixos-hardware/lenovo/thinkpad/x260>
Lenovo ThinkPad X270 <nixos-hardware/lenovo/thinkpad/x270>
Lenovo ThinkPad X280 <nixos-hardware/lenovo/thinkpad/x280>
Lenovo ThinkPad X390 <nixos-hardware/lenovo/thinkpad/x390>
Lenovo ThinkPad Z Series <nixos-hardware/lenovo/thinkpad/z>
Lenovo ThinkPad Z13 <nixos-hardware/lenovo/thinkpad/z/z13>
LENOVO Yoga 6 13ALC6 82ND <nixos-hardware/lenovo/yoga/6/13ALC6>
LENOVO Yoga Slim 7 Pro-X 14ARH7 82ND <nixos-hardware/lenovo/yoga/7/14ARH7/amdgpu>
LENOVO Yoga Slim 7 Pro-X 14ARH7 82ND <nixos-hardware/lenovo/yoga/7/14ARH7/nvidia>
LENOVO Yoga 7 Slim Gen8 <nixos-hardware/lenovo/yoga/7/slim/gen8>
MSI B550-A PRO <nixos-hardware/msi/b550-a-pro>
MSI B350 TOMAHAWK <nixos-hardware/msi/b350-tomahawk>
MSI GS60 2QE <nixos-hardware/msi/gs60>
MSI GL62/CX62 <nixos-hardware/msi/gl62>
Microchip Icicle Kit <nixos-hardware/microchip/icicle-kit>
Microsoft Surface Go <nixos-hardware/microsoft/surface/surface-go>
Microsoft Surface Pro (Intel) <nixos-hardware/microsoft/surface/surface-pro-intel>
Microsoft Surface Laptop (AMD) <nixos-hardware/microsoft/surface/surface-laptop-amd>
Microsoft Surface Range (Common Modules) <nixos-hardware/microsoft/surface/common>
Microsoft Surface Pro 3 <nixos-hardware/microsoft/surface-pro/3>
Morefine M600 <nixos-hardware/morefine/m600>
NXP iMX8 MPlus Evaluation Kit <nixos-hardware/nxp/imx8mp-evk>
NXP iMX8 MQuad Evaluation Kit <nixos-hardware/nxp/imx8mq-evk>
Hardkernel Odroid HC4 <nixos-hardware/hardkernel/odroid-hc4>
Hardkernel Odroid H3 <nixos-hardware/hardkernel/odroid-h3>
Omen 15-en0010ca <nixos-hardware/omen/15-en0010ca>
Omen 16-n0005ne <nixos-hardware/omen/16-n0005ne>
Omen 15-en1007sa <nixos-hardware/omen/15-en1007sa>
Omen 15-en0002np <nixos-hardware/omen/15-en0002np>
One-Netbook OneNetbook 4 <nixos-hardware/onenetbook/4>
Panasonic Let's Note CF-LX4 <nixos-hardware/panasonic/letsnote/cf-lx4>
PC Engines APU <nixos-hardware/pcengines/apu>
PINE64 Pinebook Pro <nixos-hardware/pine64/pinebook-pro>
PINE64 RockPro64 <nixos-hardware/pine64/rockpro64>
PINE64 STAR64 <nixos-hardware/pine64/star64>
Purism Librem 13v3 <nixos-hardware/purism/librem/13v3>
Purism Librem 15v3 <nixos-hardware/purism/librem/15v3>
Purism Librem 5r4 <nixos-hardware/purism/librem/5r4>
Raspberry Pi 2 <nixos-hardware/raspberry-pi/2>
Raspberry Pi 4 <nixos-hardware/raspberry-pi/4>
Samsung Series 9 NP900X3C <nixos-hardware/samsung/np900x3c>
StarFive VisionFive v1 <nixos-hardware/starfive/visionfive/v1>
StarFive VisionFive 2 <nixos-hardware/starfive/visionfive/v2>
Supermicro A1SRi-2758F <nixos-hardware/supermicro/a1sri-2758f>
Supermicro M11SDV-8C-LN4F <nixos-hardware/supermicro/m11sdv-8c-ln4f>
Supermicro X10SLL-F <nixos-hardware/supermicro/x10sll-f>
Supermicro X12SCZ-TLN4F <nixos-hardware/supermicro/x12scz-tln4f>
System76 (generic) <nixos-hardware/system76>
System76 Darter Pro 6 <nixos-hardware/system76/darp6>
Toshiba Chromebook 2 swanky <nixos-hardware/toshiba/swanky>
Tuxedo InfinityBook v4 <nixos-hardware/tuxedo/infinitybook/v4>
TUXEDO InfinityBook Pro 14 - Gen7 <nixos-hardware/tuxedo/infinitybook/pro14/gen7>
TUXEDO Pulse 15 - Gen2 <nixos-hardware/tuxedo/pulse/15/gen2>