nixos/colony: Ignore IPMI VCCM alert

This commit is contained in:
Jack O'Sullivan 2022-06-19 14:07:27 +01:00
parent 47a34b6dec
commit ca191f5c67

View File

@ -77,7 +77,14 @@
boot.thin.enable = true;
dmeventd.enable = true;
};
netdata.enable = true;
netdata = {
enable = true;
config = {
# Ignore the VCCM sensor (RAM voltage is 1.35V with XMP enabled)
"plugin:freeipmi"."command options" = "ignore 5";
};
};
smartd = {
enable = true;