From e78e2b35283a12f2f51d1d4d4db988a4ff310b44 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 12 Feb 2024 09:42:52 +0100 Subject: [PATCH] Enable bluetooth at the start I use it for so many devices now that it doesn't make sense to disable it. --- modules/hardware/bluetooth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware/bluetooth/default.nix b/modules/hardware/bluetooth/default.nix index 34da76a..3b045a7 100644 --- a/modules/hardware/bluetooth/default.nix +++ b/modules/hardware/bluetooth/default.nix @@ -11,7 +11,7 @@ in # Blueooth support in general hardware.bluetooth = { enable = true; - powerOnBoot = false; + powerOnBoot = true; }; # Blueman applet