services.hardware.openrgb.motherboard
NixOS option
CPU family of motherboard. Allows for addition motherboard i2c support.
type: null or one of "amd", "intel"Default
declared in: nixos/modules/services/hardware/openrgb.nixView source on NixOS/nixpkgs →<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>