From 2a6eb5f351e05de7f3b3c6706586e92f94145137 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Mon, 22 Sep 2025 21:31:33 +0200 Subject: [PATCH] enable bluetooth hardware --- configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 1c7b7fd..eb88959 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,7 +10,7 @@ ./hardware-configuration.nix ./hwaccel.nix ./network.nix - + # ...and additional configurations... ./var_reg.nix ./vars.nix @@ -38,6 +38,8 @@ }; boot.kernelModules = [ "rbd" "nbd" ]; + hardware.bluetooth.enable = true; + networking.hostName = config.vars.hostname; networking.hostId = config.vars.hostid; networking = {