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