ma hw/tp-x2x0: use utillinux instead of rfkill package

This commit is contained in:
makefu 2020-11-17 20:16:19 +01:00
parent a06144cc89
commit 9d99500e09
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -54,6 +54,6 @@
powerManagement.resumeCommands = ''
${pkgs.rfkill}/bin/rfkill unblock all
${pkgs.utillinux}/bin/rfkill unblock all
'';
}