How do I turn off the power light on my Raspberry Pi 4 with DietPi?

/config.txt:

Disable the ACT LED.

dtparam=act_led_trigger=none

dtparam=act_led_activelow=off

Disable the PWR LED.

dtparam=pwr_led_trigger=none

dtparam=pwr_led_activelow=off/boot