summaryrefslogtreecommitdiff
path: root/host/athena.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/athena.nix')
-rw-r--r--host/athena.nix4
1 files changed, 3 insertions, 1 deletions
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"
'';
};