added bluetooth to brain

This commit is contained in:
2025-10-12 16:59:56 -04:00
parent 86a1cac42c
commit 534d9110e2

View File

@@ -24,6 +24,11 @@
networkmanager.enable = true;
};
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
services = {
openssh.ports = [ 129 ];