From 90f74841421de4dabf055a208d5054b6db61e95f Mon Sep 17 00:00:00 2001 From: ShatteredMINT Date: Sat, 14 Dec 2024 21:53:44 +0100 Subject: [PATCH] add bluetooth on nix-conv --- hardware/conv.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hardware/conv.nix b/hardware/conv.nix index b5297ba..4099a36 100644 --- a/hardware/conv.nix +++ b/hardware/conv.nix @@ -49,7 +49,13 @@ # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. + # BLUETOOTH + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + settings.General.Experimental = true; + }; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's