From 38cb13a1952d4833904daaa4a31a17ff1370c82e Mon Sep 17 00:00:00 2001 From: Timo Boomers Date: Mon, 16 Jun 2025 20:43:32 +0200 Subject: [PATCH] enabled bluetooth on desktop --- hosts/ti-clt-dsk01/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ti-clt-dsk01/configuration.nix b/hosts/ti-clt-dsk01/configuration.nix index 1149e3d..b1dd3ed 100644 --- a/hosts/ti-clt-dsk01/configuration.nix +++ b/hosts/ti-clt-dsk01/configuration.nix @@ -30,7 +30,7 @@ hardware = { fprint.enable = false; printing.enable = true; - bluetooth.enable = false; + bluetooth.enable = true; firewall.enable = true; locale.enable = true; nvidia.enable = true;