diff --git a/bluenix/configuration.nix b/bluenix/configuration.nix
index be6010e..96dfd55 100644
--- a/bluenix/configuration.nix
+++ b/bluenix/configuration.nix
@@ -17,6 +17,8 @@
   networking.hostName = "bluenix"; # Define your hostname.
   # networking.wireless.enable = true;  # Enables wireless support via wpa_supplicant.
 
+  hardware.bluetooth.enable = true;
+
   # Enable touchpad support (enabled default in most desktopManager).
   # services.xserver.libinput.enable = true;
 
diff --git a/greynix/configuration.nix b/greynix/configuration.nix
index 4e6243a..4980ad0 100644
--- a/greynix/configuration.nix
+++ b/greynix/configuration.nix
@@ -16,6 +16,8 @@
   networking.hostName = "greynix"; # Define your hostname.
   # networking.wireless.enable = true;  # Enables wireless support via wpa_supplicant.
 
+  hardware.bluetooth.enable = false;
+
   # Enable touchpad support (enabled default in most desktopManager).
   # services.xserver.libinput.enable = true;