Skip to content

Commit

Permalink
Configs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Aug 9, 2024
1 parent 9ea0c15 commit 2e9c0f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion system/modules/common/base/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pkg base pacman sudo

# Always install these tools
pkg "$ARGS_kernel" "${ARGS_kernel}-headers" linux-firmware \
git git-crypt git-lfs direnv openssh \
git git-crypt git-lfs direnv openssh jq \
earlyoom \
kernel-modules-hook

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Match]
MACAddress=b8:27:eb:f7:54:dc
MACAddress=02:00:99:ab:f6:54

[Link]
Description=Ethernet
Name=eth0
Name=eth0
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Description=Disable leds

[Service]
ExecStartPre=/bin/bash -c "echo 0 > /sys/class/leds/ACT/brightness"
ExecStart=/bin/bash -c "echo 0 > /sys/class/leds/PWR/brightness"
ExecStartPre=/bin/bash -c "echo 0 > /sys/class/leds/green_led/brightness"
ExecStart=/bin/bash -c "echo 0 > /sys/class/leds/red_led/brightness"

[Install]
WantedBy=multi-user.target

0 comments on commit 2e9c0f7

Please sign in to comment.