summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-11-17 20:16:19 +0100
committermakefu <github@syntax-fehler.de>2020-11-17 20:16:19 +0100
commit41a557f3f2fea5cdf27fe5f103df101dd100d51a (patch)
tree39cca0a2084f5c0094528223366d2fd6dfc0b622 /2configs
parent9ac5d909bc1b1c7227e6e9b0aa9909cba40a442f (diff)
ma hw/tp-x2x0: use utillinux instead of rfkill package
Diffstat (limited to '2configs')
-rw-r--r--2configs/hw/tp-x2x0.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/hw/tp-x2x0.nix b/2configs/hw/tp-x2x0.nix
index f4578bf77..b997a9eec 100644
--- a/2configs/hw/tp-x2x0.nix
+++ b/2configs/hw/tp-x2x0.nix
@@ -54,6 +54,6 @@
powerManagement.resumeCommands = ''
- ${pkgs.rfkill}/bin/rfkill unblock all
+ ${pkgs.utillinux}/bin/rfkill unblock all
'';
}