From 0bb31306dd43eeaed0ca0574bd5ced839afe8ea7 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 4 Mar 2019 09:48:35 +0100 Subject: Enable bluetooth on athena --- host/athena.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/host/athena.nix b/host/athena.nix index cc007ec..cc9c80d 100644 --- a/host/athena.nix +++ b/host/athena.nix @@ -53,11 +53,13 @@ speed = 250; }; + hardware.bluetooth.enable = true; + services.tlp = { enable = true; extraConfig = '' RESTORE_DEVICE_STATE_ON_STARTUP=1 - DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wwan" + DEVICES_TO_DISABLE_ON_STARTUP="wwan" ''; }; -- cgit v1.2.3