mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-17 16:39:40 +01:00
add support for MSI B350 TOMAHAWK Motherboard
This commit is contained in:
parent
968952f950
commit
1568f005e1
1 changed files with 9 additions and 0 deletions
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