From 632f754e2354cc47d6efffdd11bda7f639483030 Mon Sep 17 00:00:00 2001 From: Richie Cahill <Richie@tmmworkshop.com> Date: Tue, 21 May 2024 20:48:27 -0400 Subject: [PATCH] adding bluetooth --- systems/rhapsody-in-green/configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/systems/rhapsody-in-green/configuration.nix b/systems/rhapsody-in-green/configuration.nix index 7048043..939e091 100644 --- a/systems/rhapsody-in-green/configuration.nix +++ b/systems/rhapsody-in-green/configuration.nix @@ -16,7 +16,14 @@ hostId = "9b68eb32"; }; - hardware.pulseaudio.enable = false; + hardware = { + pulseaudio.enable = false; + bluetooth = { + enable = true; + powerOnBoot = true; + }; + }; + security.rtkit.enable = true; sound.enable = true;