From 865ad79a9d6830d28e14065e98a3d090114356bd Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:11:44 +0300 Subject: [PATCH] add bluetooth on demand --- hosts/sakotop/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sakotop/default.nix b/hosts/sakotop/default.nix index f16b87f4..4825cbfe 100644 --- a/hosts/sakotop/default.nix +++ b/hosts/sakotop/default.nix @@ -99,6 +99,8 @@ ControllerMode = "bredr"; }; }; + # i barely use bluetooth so keep it on demand + powerOnBoot = false; }; services.blueman.enable = true;