File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -363,6 +363,7 @@ See code for all available configurations.
363363| [ LENOVO Yoga 7 Slim Gen8] ( lenovo/yoga/7/slim/gen8 ) | ` <nixos-hardware/lenovo/yoga/7/slim/gen8> ` | ` lenovo-yoga-7-slim-gen8 ` |
364364| [ MSI B550-A PRO] ( msi/b550-a-pro ) | ` <nixos-hardware/msi/b550-a-pro> ` | ` msi-b550-a-pro ` |
365365| [ MSI B350 TOMAHAWK] ( msi/b350-tomahawk ) | ` <nixos-hardware/msi/b350-tomahawk> ` | ` msi-b350-tomahawk ` |
366+ | [ MSI B550 TOMAHAWK] ( msi/b550-tomahawk ) | ` <nixos-hardware/msi/b550-tomahawk> ` | ` msi-b550-tomahawk ` |
366367| [ MSI GS60 2QE] ( msi/gs60 ) | ` <nixos-hardware/msi/gs60> ` | ` msi-gs60 ` |
367368| [ MSI GL62/CX62] ( msi/gl62 ) | ` <nixos-hardware/msi/gl62> ` | ` msi-gl62 ` |
368369| [ MSI GL65 10SDR-492] ( msi/gl65/10SDR-492 ) | ` <nixos-hardware/msi/gl65/10SDR-492> ` | ` msi-gl65-10SDR-492 ` |
Original file line number Diff line number Diff line change 315315 morefine-m600 = import ./morefine/m600 ;
316316 msi-b350-tomahawk = import ./msi/b350-tomahawk ;
317317 msi-b550-a-pro = import ./msi/b550-a-pro ;
318+ msi-b550-tomahawk = import ./msi/b550-tomahawk ;
318319 msi-gs60 = import ./msi/gs60 ;
319320 msi-gl62 = import ./msi/gl62 ;
320321 msi-gl65-10SDR-492 = import ./msi/gl65/10SDR-492 ;
Original file line number Diff line number Diff line change 1+ { config , ... } :
2+ {
3+ imports = [
4+ ../../common/cpu/amd
5+ ../../common/pc/ssd
6+ ../../common/pc
7+ ] ;
8+
9+ boot . extraModulePackages = with config . boot . kernelPackages ; [
10+ nct6687d
11+ ] ;
12+
13+ boot . kernelModules = [ "nct6687d" ] ;
14+ }
You can’t perform that action at this time.
0 commit comments