From 2637923e824b6cec0fa3c2a21cae9ada57d9d552 Mon Sep 17 00:00:00 2001 From: andrey_varnavskiy Date: Mon, 16 Dec 2024 04:53:59 +0500 Subject: [PATCH] no bluetooth on boot --- nixos/modules/bluetooth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/bluetooth.nix b/nixos/modules/bluetooth.nix index b03b722..e021687 100644 --- a/nixos/modules/bluetooth.nix +++ b/nixos/modules/bluetooth.nix @@ -1,5 +1,5 @@ { hardware.bluetooth.enable = true; - hardware.bluetooth.powerOnBoot = true; + hardware.bluetooth.powerOnBoot = false; services.blueman.enable = true; }