Add bluetooth to 'astyanax' host

This commit is contained in:
2025-11-14 14:07:51 +01:00
parent d428c88a36
commit b3ef701db6
2 changed files with 4 additions and 0 deletions

3
modules/bluetooth.nix Normal file
View File

@@ -0,0 +1,3 @@
{
hardware.bluetooth.enable = true;
}