mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-30 22:21:07 +01:00
Merge pull request #1627 from arianvp/altrad8ud-1l2t
Add ASRock Rack ALTRAD8UD-1L2T
This commit is contained in:
commit
9154f4569b
5 changed files with 93 additions and 0 deletions
|
|
@ -65,6 +65,7 @@
|
|||
apple-macbook-pro-14-1 = import ./apple/macbook-pro/14-1;
|
||||
apple-macmini-4-1 = import ./apple/macmini/4;
|
||||
apple-t2 = import ./apple/t2;
|
||||
asrock-rack-altrad8ud-1l2t = import ./asrock-rack/altrad8ud-1l2t;
|
||||
asus-battery = import ./asus/battery.nix;
|
||||
asus-ally-rc71l = import ./asus/ally/rc71l;
|
||||
asus-fx504gd = import ./asus/fx504gd;
|
||||
|
|
@ -448,6 +449,7 @@
|
|||
common-gpu-nvidia-nonprime = import ./common/gpu/nvidia;
|
||||
common-gpu-nvidia-disable = import ./common/gpu/nvidia/disable.nix;
|
||||
common-hidpi = import ./common/hidpi.nix;
|
||||
common-networking-intel-x550 = import ./common/networking/intel/x550;
|
||||
common-pc = import ./common/pc;
|
||||
common-pc-hdd = import ./common/pc/hdd;
|
||||
common-pc-laptop = import ./common/pc/laptop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue