machine/serverle: disable leds

This commit is contained in:
Felix Buehler 2023-11-19 18:26:20 +01:00
parent fcfda076de
commit 05f2c244b6

View file

@ -1,6 +1,11 @@
{ pkgs, ... }:
{
hardware = {
raspberry-pi."4".leds = {
eth.disable = true;
act.disable = true;
pwr.disable = true;
};
deviceTree = {
enable = true;
filter = "*rpi-4-*.dtb";