From 8fe1795f16914806381706438c90679b851f0540 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 19 Oct 2017 19:54:15 +0200 Subject: feat(adho): Enable bluetooth --- adho-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'adho-configuration.nix') diff --git a/adho-configuration.nix b/adho-configuration.nix index b9dba8e3ff82..5374f62fd6a0 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -26,4 +26,6 @@ psk = "speakeasy"; }; }; + + hardware.bluetooth.enable = true; } -- cgit 1.4.1