Use absolute path to echo command
This commit is contained in:
parent
607cb26dea
commit
b476774cc4
1 changed files with 2 additions and 2 deletions
|
@ -165,8 +165,8 @@
|
|||
|
||||
powerManagement.powerUpCommands = ''
|
||||
${pkgs.powertop}/bin/powertop --auto-tune
|
||||
echo 'on' > /sys/bus/usb/devices/5-4.2/power/control # Logitech G502 HERO SE
|
||||
echo 'on' > /sys/bus/usb/devices/5-4.1/power/control # splitkb Kyria rev1
|
||||
${pkgs.coreutils}/bin/echo 'on' > /sys/bus/usb/devices/5-4.2/power/control # Logitech G502 HERO SE
|
||||
${pkgs.coreutils}/bin/echo 'on' > /sys/bus/usb/devices/5-4.1/power/control # splitkb Kyria rev1
|
||||
'';
|
||||
|
||||
services.nfs.server = {
|
||||
|
|
Loading…
Reference in a new issue