add support for MSI B350 TOMAHAWK Motherboard
This commit is contained in:
parent
968952f950
commit
1568f005e1
9
msi/b350-tomahawk/default.nix
Normal file
9
msi/b350-tomahawk/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
../../common/cpu/amd
|
||||||
|
../../common/pc/ssd
|
||||||
|
../../common/pc
|
||||||
|
];
|
||||||
|
|
||||||
|
boot.kernelModules = ["nct6775"];
|
||||||
|
}
|
Loading…
Reference in a new issue