hardware.rasdaemon.labels
NixOS option
Additional memory module label descriptions to be placed in /etc/ras/dimm_labels.d/labels
type: strings concatenated with "\n"Default
""
Example
declared in: nixos/modules/services/hardware/rasdaemon.nixView source on NixOS/nixpkgs →''
# vendor and model may be shown by 'ras-mc-ctl --mainboard'
vendor: ASRock
product: To Be Filled By O.E.M.
model: B450M Pro4
# these labels are names for the motherboard slots
# the numbers may be shown by `ras-mc-ctl --error-count`
# they are mc:csrow:channel
DDR4_A1: 0.2.0; DDR4_B1: 0.2.1;
DDR4_A2: 0.3.0; DDR4_B2: 0.3.1;
''