summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-09-19 11:47:02 +0200
committermakefu <github@syntax-fehler.de>2016-09-19 11:47:02 +0200
commitdcc0a5509db2837ca44b9bfe60d28b275566261e (patch)
treec6305cba6e66f21ebb59d45d3060a7cb1201c21f /2configs
parent047b8472cafd9e08ff7d05931a1370198f1926d0 (diff)
explicitly run rfkill package
Diffstat (limited to '2configs')
-rw-r--r--2configs/hw/tp-x2x0.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/2configs/hw/tp-x2x0.nix b/2configs/hw/tp-x2x0.nix
index 9047cfb66..368465a8b 100644
--- a/2configs/hw/tp-x2x0.nix
+++ b/2configs/hw/tp-x2x0.nix
@@ -38,4 +38,8 @@ with config.krebs.lib;
CPU_MIN_PERF_ON_BAT=0
CPU_MAX_PERF_ON_BAT=30
'';
+
+ powerManagement.resumeCommands = ''
+ {pkgs.rfkill}/bin/rfkill unblock all
+ '';
}