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 @@ -368,6 +368,7 @@ See code for all available configurations.
368368| [ Linglong Nova Studio] ( linglong/nova-studio ) | ` <nixos-hardware/linglong/nova-studio> ` | ` linglong-nova-studio ` |
369369| [ MSI B550-A PRO] ( msi/b550-a-pro ) | ` <nixos-hardware/msi/b550-a-pro> ` | ` msi-b550-a-pro ` |
370370| [ MSI B350 TOMAHAWK] ( msi/b350-tomahawk ) | ` <nixos-hardware/msi/b350-tomahawk> ` | ` msi-b350-tomahawk ` |
371+ | [ MSI B550 TOMAHAWK] ( msi/b550-tomahawk ) | ` <nixos-hardware/msi/b550-tomahawk> ` | ` msi-b550-tomahawk ` |
371372| [ MSI GS60 2QE] ( msi/gs60 ) | ` <nixos-hardware/msi/gs60> ` | ` msi-gs60 ` |
372373| [ MSI GL62/CX62] ( msi/gl62 ) | ` <nixos-hardware/msi/gl62> ` | ` msi-gl62 ` |
373374| [ 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 322322 morefine-m600 = import ./morefine/m600 ;
323323 msi-b350-tomahawk = import ./msi/b350-tomahawk ;
324324 msi-b550-a-pro = import ./msi/b550-a-pro ;
325+ msi-b550-tomahawk = import ./msi/b550-tomahawk ;
325326 msi-gs60 = import ./msi/gs60 ;
326327 msi-gl62 = import ./msi/gl62 ;
327328 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