This is a Raspberry Pi 4, I'm currently using it for CI on my Forgejo instance.
No, it isn't dead, I decided to turn off both LEDs so it doesn't annoy my family.
crontab
@reboot /opt/disableled.sh
/opt/disableled.sh
#!/bin/bash echo none > /sys/devices/platform/leds/leds/PWR/trigger echo none > /sys/devices/platform/leds/leds/ACT/trigger