mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 10:58:37 +08:00
add support for MSI B350 TOMAHAWK Motherboard
This commit is contained in:
committed by
mergify[bot]
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"];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user