Add bluetooth

This commit is contained in:
cubernetes 2026-05-26 13:51:31 +02:00
parent 0ae74e77a4
commit ffba01a9d1

View file

@ -15,6 +15,11 @@
./hardware-configuration.nix
];
hardware.bluetooth = {
enable = true;
powerOnBoot = false;
};
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;