From 365a884beef97a5fe3baee23adde205655806c02 Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 1 Jan 2022 02:15:22 +0200 Subject: [PATCH] Enabled bluetooth on box --- hosts/box/hardware-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/box/hardware-configuration.nix b/hosts/box/hardware-configuration.nix index b463be0..296bf2b 100644 --- a/hosts/box/hardware-configuration.nix +++ b/hosts/box/hardware-configuration.nix @@ -27,5 +27,7 @@ }; }; + hardware.bluetooth.enable = true; + hardware.enableRedistributableFirmware = true; }