mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 08:39:41 +01:00
10 lines
129 B
Nix
10 lines
129 B
Nix
|
{
|
||
|
imports = [
|
||
|
../../common/cpu/amd
|
||
|
../../common/pc/ssd
|
||
|
../../common/pc
|
||
|
];
|
||
|
|
||
|
boot.kernelModules = ["nct6683"];
|
||
|
}
|