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;