hardware-health: enable fwupd to check LVFS for P700 BIOS update
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
ebef93f618
commit
34d44a619e
1 changed files with 7 additions and 0 deletions
|
|
@ -24,6 +24,13 @@
|
||||||
# ras-mc-ctl on PATH for manual inspection.
|
# ras-mc-ctl on PATH for manual inspection.
|
||||||
environment.systemPackages = [ pkgs.rasdaemon ];
|
environment.systemPackages = [ pkgs.rasdaemon ];
|
||||||
|
|
||||||
|
# fwupd: lets us check whether Lenovo publishes a P700 BIOS/microcode
|
||||||
|
# update to LVFS that can be flashed in-place (UEFI capsule, applied on
|
||||||
|
# reboot). The dual-Xeon QPI fault is intermittent; a microcode bump may
|
||||||
|
# improve link tolerance. If LVFS has no payload for this 2014 board,
|
||||||
|
# this is harmless and can be removed.
|
||||||
|
services.fwupd.enable = true;
|
||||||
|
|
||||||
# Hardware watchdog: auto-reboot a hung box instead of a dead LAN.
|
# Hardware watchdog: auto-reboot a hung box instead of a dead LAN.
|
||||||
# systemd pets /dev/watchdog0 at half the runtime interval; if it stops
|
# systemd pets /dev/watchdog0 at half the runtime interval; if it stops
|
||||||
# (hang), the chipset resets after RuntimeWatchdogSec.
|
# (hang), the chipset resets after RuntimeWatchdogSec.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue