summary refs log tree commit diff stats
path: root/sys/bluetooth
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-12-06 17:19:30 +0100
committersils <sils@sils.li>2023-12-06 17:19:30 +0100
commit2c00474c3f196306f21de7e635d4f13f1641af8b (patch)
tree511be56a00c6e2f2901e02728add7609a69729cd /sys/bluetooth
parentrefactor(treewide): move security config out of hosts (diff)
downloadnix-config-2c00474c3f196306f21de7e635d4f13f1641af8b.tar.gz
nix-config-2c00474c3f196306f21de7e635d4f13f1641af8b.zip
refactor(treewide): move bluetooth declaration out of hosts
Diffstat (limited to '')
-rw-r--r--sys/bluetooth/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/bluetooth/default.nix b/sys/bluetooth/default.nix
new file mode 100644
index 0000000..6dc8d17
--- /dev/null
+++ b/sys/bluetooth/default.nix
@@ -0,0 +1,3 @@
+{...}: {
+  hardware.bluetooth.enable = true;
+}