From 3a7cc6fff74703b7742ad4396e7cc37f0dcbbe93 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Wed, 22 Jan 2025 11:43:48 -0500 Subject: [PATCH] Add bluetooth --- hosts/default/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 3a7a6f2..13495f5 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -109,6 +109,10 @@ # variant = ""; #}; + # Enable bluetooth + hardware.bluetooth.enable = true; # enables support for Bluetooth + #hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot + # Enable CUPS to print documents. # ...no. Recent security issues, prefer disabled # apps like e.g. LibreOffice can still generate pdf's (e.g. to stand in [generally] for Print to pdf)