From 9d99500e0922c5577c32bcb77f88d9edc472ffaa Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Tue, 17 Nov 2020 20:16:19 +0100
Subject: [PATCH] ma hw/tp-x2x0: use utillinux instead of rfkill package

---
 makefu/2configs/hw/tp-x2x0.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefu/2configs/hw/tp-x2x0.nix b/makefu/2configs/hw/tp-x2x0.nix
index f4578bf77..b997a9eec 100644
--- a/makefu/2configs/hw/tp-x2x0.nix
+++ b/makefu/2configs/hw/tp-x2x0.nix
@@ -54,6 +54,6 @@
 
 
   powerManagement.resumeCommands = ''
-    ${pkgs.rfkill}/bin/rfkill unblock all
+    ${pkgs.utillinux}/bin/rfkill unblock all
   '';
 }