From ffba01a9d17e46f178936e2c15f3f62c06caef38 Mon Sep 17 00:00:00 2001 From: cubernetes Date: Tue, 26 May 2026 13:51:31 +0200 Subject: [PATCH] Add bluetooth --- hosts/fw/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/fw/configuration.nix b/hosts/fw/configuration.nix index d92400d..12b8f2d 100644 --- a/hosts/fw/configuration.nix +++ b/hosts/fw/configuration.nix @@ -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;