Add bluetooth to 'astyanax' host

This commit is contained in:
2025-11-14 14:08:22 +01:00
parent 343bf9a32a
commit 19b6dfb257
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
./hard.nix
../../modules/bootloader.nix
../../modules/disko.zfs-encrypted-root.nix
../../modules/bluetooth.nix
../../modules/keyboard
../../modules/networking.nix
../../modules/users.nix
+3
View File
@@ -0,0 +1,3 @@
{
hardware.bluetooth.enable = true;
}