summaryrefslogtreecommitdiff
path: root/hosts/linux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/linux.nix')
-rw-r--r--hosts/linux.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/hosts/linux.nix b/hosts/linux.nix
index 7c9fec5..95049ff 100644
--- a/hosts/linux.nix
+++ b/hosts/linux.nix
@@ -35,10 +35,10 @@
};
## Bluetooth
- hardware.enableAllFirmware = true;
- hardware.bluetooth.enable = true;
- hardware.bluetooth.settings = {General = {Experimental = true;};};
- hardware.bluetooth.disabledPlugins = ["sap"];
- hardware.bluetooth.package = pkgs.bluez;
- services.blueman.enable = true;
+# hardware.enableAllFirmware = true;
+# hardware.bluetooth.enable = true;
+# hardware.bluetooth.settings = {General = {Experimental = true;};};
+# hardware.bluetooth.disabledPlugins = ["sap"];
+# hardware.bluetooth.package = pkgs.bluez;
+# services.blueman.enable = true;
}