From 1568f005e12aee4bfe815750cac888ef6cb81a4d Mon Sep 17 00:00:00 2001 From: kevinlmadison Date: Mon, 18 Mar 2024 10:42:44 -0400 Subject: [PATCH] add support for MSI B350 TOMAHAWK Motherboard --- msi/b350-tomahawk/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 msi/b350-tomahawk/default.nix 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"]; +}