From 5c94aeb86a9cdb387801f2a683f312785509c8d8 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 3 Dec 2024 11:54:49 -0500 Subject: [PATCH] feat(wim): don't turn on bluetooth on boot --- devices/wim/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/wim/hardware-configuration.nix b/devices/wim/hardware-configuration.nix index f3fe217c..0705fc00 100644 --- a/devices/wim/hardware-configuration.nix +++ b/devices/wim/hardware-configuration.nix @@ -89,7 +89,7 @@ bluetooth = { enable = true; - powerOnBoot = true; + powerOnBoot = false; }; };