msi/b550-tomahawk: init

This commit is contained in:
nukdokplex
2025-09-23 22:17:26 +05:00
parent 67a709cfe5
commit 28c41d0a5d
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{ config, ... }:
{
imports = [
../../common/cpu/amd
../../common/pc/ssd
../../common/pc
];
boot.extraModulePackages = with config.boot.kernelPackages; [
nct6687d
];
boot.kernelModules = [ "nct6687d" ];
}