mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
10 lines
167 B
Nix
10 lines
167 B
Nix
{ ... }:
|
|
{
|
|
# Reference to hardware: https://ubuntu.com/certified/202012-28574
|
|
imports = [
|
|
../.
|
|
../../../common/cpu/intel
|
|
../../../common/pc/ssd
|
|
];
|
|
}
|