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; }