From 2184b65ee7f886955c44b16a1491497671d9eb84 Mon Sep 17 00:00:00 2001 From: kenny Date: Sun, 11 Jan 2026 16:30:18 +0200 Subject: [PATCH] Removed bt blacklisted module on box --- hosts/box/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/box/hardware-configuration.nix b/hosts/box/hardware-configuration.nix index 0c25e76..b463be0 100644 --- a/hosts/box/hardware-configuration.nix +++ b/hosts/box/hardware-configuration.nix @@ -5,7 +5,6 @@ ... }: { boot.blacklistedKernelModules = [ - "bluetooth" "btbcm" "hci_uart" "hci_bcm"