From 26ea717eaa88d2d3b665f62ce3948b82c5e1d619 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 5 Jul 2021 12:30:19 +0200 Subject: [PATCH] boreal: don't power on bluetooth on boot No longer needed now that I found my Logitech dongle --- hosts/boreal/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/boreal/default.nix b/hosts/boreal/default.nix index c598964..36546c7 100644 --- a/hosts/boreal/default.nix +++ b/hosts/boreal/default.nix @@ -128,6 +128,6 @@ in hardware.bluetooth = { enable = true; - powerOnBoot = true; + powerOnBoot = false; }; }