From 1d21da6f0567cbbb7c9f594e7fe02327f8dc1868 Mon Sep 17 00:00:00 2001 From: "Frankie B." Date: Mon, 15 Apr 2024 15:25:47 +0100 Subject: Enable bluetooth --- hosts/watermelon/hardware-configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/watermelon/hardware-configuration.nix b/hosts/watermelon/hardware-configuration.nix index bf0bc0a..3ad86b2 100644 --- a/hosts/watermelon/hardware-configuration.nix +++ b/hosts/watermelon/hardware-configuration.nix @@ -13,6 +13,10 @@ boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; + hardware.bluetooth.enable = true; + hardware.bluetooth.powerOnBoot = true; + services.blueman.enable = true; + fileSystems."/" = { device = "/dev/disk/by-uuid/82b7f887-2059-45ae-9bdd-60082718d922"; fsType = "ext4"; -- cgit v1.2.3-54-g00ecf