Enabled Bluetooth on luna

This commit is contained in:
KoenDR06 2024-10-31 17:25:36 +01:00
parent 77b6c81348
commit 231edca3de
2 changed files with 13 additions and 13 deletions

View file

@ -34,6 +34,7 @@
boot.loader.systemd-boot.enable = true;
boot.kernelModules = [ "snd-seq" "snd-rawmidi" ];
hardware.bluetooth.enable = true;
hardware.pulseaudio.enable = false;
services.jack = {
jackd.enable = false;