feat: bluetooth support

This commit is contained in:
Elias Renman
2023-11-29 21:43:22 +01:00
parent 91a86b917c
commit 6ee095698b

View File

@@ -16,6 +16,10 @@
boot.loader.grub.device = "/dev/sda";
boot.loader.efi.canTouchEfiVariables = true;
# bluetooth support
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
services.blueman.enable = true;
# VBox only
# fsck will fail under vbox and cause a boot to hang, so turn it off
boot.initrd.checkJournalingFS = false;