mirror of
https://github.com/eliasrenman/nixos-config.git
synced 2026-03-16 23:06:05 +01:00
feat: bluetooth support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user