services.hardware.openrgb.motherboard

NixOS option

CPU family of motherboard. Allows for addition motherboard i2c support.

type: null or one of "amd", "intel"
Default
<rendered-html><p>if config.hardware.cpu.intel.updateMicrocode then “intel” else if
config.hardware.cpu.amd.updateMicrocode then “amd” else null;</p>
</rendered-html>
declared in: nixos/modules/services/hardware/openrgb.nixView source on NixOS/nixpkgs →