soryu: enable bluetooth

This commit is contained in:
Daniel Olsen
2025-05-20 23:36:26 +02:00
parent cc9ffaf754
commit c3473320bc
2 changed files with 22 additions and 20 deletions

View File

@@ -35,6 +35,8 @@
};
};
hardware.bluetooth.enable = true;
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
boot.kernelPackages = pkgs.linuxPackages_latest;