diff options
-rw-r--r-- | host/athena.nix | 4 |
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" ''; }; |