Add bluetooth to 'astyanax' host

main
Hektor Misplon 2025-11-14 14:07:51 +01:00
parent d428c88a36
commit b3ef701db6
2 changed files with 4 additions and 0 deletions

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
modules/bluetooth.nix Normal file
View File

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