diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-19T17·54+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-20T19·47+0200 |
commit | 8fe1795f16914806381706438c90679b851f0540 (patch) | |
tree | 6b93d81a09cdfdf36e39f528ac1c03e6576f28a4 /adho-configuration.nix | |
parent | 9361addb5412c843ae4548d14a879f135e4dea80 (diff) |
feat(adho): Enable bluetooth
Diffstat (limited to 'adho-configuration.nix')
-rw-r--r-- | adho-configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |