summaryrefslogtreecommitdiff
path: root/hosts/linux.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2024-09-09 18:49:26 +0000
committerpolwex <polwex@sortug.com>2024-09-09 18:49:26 +0000
commit1f438e0e2e7d1706e9e9dc1e517528e8e90fbeb1 (patch)
tree94327c9dedd617b5734e77d4f16966504bffadd3 /hosts/linux.nix
parent323096673f11009d45e06c87ae8afc17b56136c1 (diff)
added s15
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;
}