add bluetooth on nix-conv

This commit is contained in:
2024-12-14 21:53:44 +01:00
parent df1eb9f9c7
commit 90f7484142

View File

@@ -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