1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

add support for MSI B350 TOMAHAWK Motherboard

This commit is contained in:
kevinlmadison 2024-03-18 10:42:44 -04:00 committed by mergify[bot]
parent 968952f950
commit 1568f005e1

View File

@ -0,0 +1,9 @@
{
imports = [
../../common/cpu/amd
../../common/pc/ssd
../../common/pc
];
boot.kernelModules = ["nct6775"];
}