mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
machine/serverle: disable leds
This commit is contained in:
parent
fcfda076de
commit
05f2c244b6
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue