From ff5c4b4868a84613c1ae9585ee57cef0a5a3a27b Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Thu, 12 Jan 2023 23:23:24 +0100 Subject: [PATCH] machines/serverle: fix power-led config --- machines/serverle/hardware-configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/serverle/hardware-configuration.nix b/machines/serverle/hardware-configuration.nix index 23b9912..7f5faa9 100644 --- a/machines/serverle/hardware-configuration.nix +++ b/machines/serverle/hardware-configuration.nix @@ -7,7 +7,8 @@ dtparam=act_led_trigger=none dtparam=act_led_activelow=off # Disable the PWR LED. - dtparam=pwr_led_trigger=none + # somehow this changed in firmware settings: https://github.com/raspberrypi/firmware/issues/1742 + #dtparam=pwr_led_trigger=default-on dtparam=pwr_led_activelow=off # Disable ethernet port LEDs