From 63a586642a2d81100195375a9590c7fcbbfc9b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 11 Mar 2024 21:56:13 +0100 Subject: [PATCH] 187 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 * --- hosts/MaxNixosLaptop/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index b371c68..48f62df 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -125,6 +125,12 @@ # fingerprint unlock services.fprintd.enable = true; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + }; + services.blueman.enable = true; + # Enable the OpenSSH daemon. # services.openssh.enable = true;