diff --git a/msi/b350-tomahawk/default.nix b/msi/b350-tomahawk/default.nix new file mode 100644 index 0000000..664c102 --- /dev/null +++ b/msi/b350-tomahawk/default.nix @@ -0,0 +1,9 @@ +{ + imports = [ + ../../common/cpu/amd + ../../common/pc/ssd + ../../common/pc + ]; + + boot.kernelModules = ["nct6775"]; +}