From d3954901a13b81677727c49af16fb266dcaa4dfc Mon Sep 17 00:00:00 2001 From: "K. Isom" Date: Tue, 30 Jun 2026 10:24:40 -0700 Subject: [PATCH] enable bluez on straylight --- hw/straylight/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/straylight/default.nix b/hw/straylight/default.nix index 3a0b945..b66c797 100644 --- a/hw/straylight/default.nix +++ b/hw/straylight/default.nix @@ -111,6 +111,8 @@ in # 443/8443/9443 for mc-proxy) as straylight takes over the core role. boot.kernel.sysctl."net.ipv4.ip_unprivileged_port_start" = 53; + hardware.bluetooth.enable = true; # enables BlueZ + bluetooth.service + services.open-webui = { enable = true; host = "0.0.0.0";