summaryrefslogtreecommitdiffstats
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
commit9d99500e0922c5577c32bcb77f88d9edc472ffaa (patch)
treed9efc2caa95dcd4bcb13e12fb618e31f5867f467
parenta06144cc89556519ee5ede5c22fb02c9596cfaca (diff)
ma hw/tp-x2x0: use utillinux instead of rfkill package
-rw-r--r--makefu/2configs/hw/tp-x2x0.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/hw/tp-x2x0.nix b/makefu/2configs/hw/tp-x2x0.nix
index f4578bf7..b997a9ee 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
'';
}