From bce7a3f0c06ce34fad4e382329e3bf19595678bc Mon Sep 17 00:00:00 2001 From: sajenim Date: Mon, 1 Jan 2024 07:18:03 +0800 Subject: [PATCH] bluetooth on boot --- nixos/fuchsia/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/fuchsia/configuration.nix b/nixos/fuchsia/configuration.nix index 7988883..c29caf8 100644 --- a/nixos/fuchsia/configuration.nix +++ b/nixos/fuchsia/configuration.nix @@ -95,7 +95,10 @@ }; hardware = { - bluetooth.enable = true; + bluetooth = { + enable = true; + powerOnBoot = true; + }; # Setup sound server (Audio Support) pulseaudio = {