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; }