mirror of
https://github.com/eliasrenman/nixos-config.git
synced 2026-03-17 00:46:05 +01:00
feat: bluetooth support
This commit is contained in:
@@ -16,6 +16,10 @@
|
|||||||
boot.loader.grub.device = "/dev/sda";
|
boot.loader.grub.device = "/dev/sda";
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
|
# bluetooth support
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
hardware.bluetooth.powerOnBoot = true;
|
||||||
|
services.blueman.enable = true;
|
||||||
# VBox only
|
# VBox only
|
||||||
# fsck will fail under vbox and cause a boot to hang, so turn it off
|
# fsck will fail under vbox and cause a boot to hang, so turn it off
|
||||||
boot.initrd.checkJournalingFS = false;
|
boot.initrd.checkJournalingFS = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user