enable bluetooth hardware

This commit is contained in:
2025-09-22 21:31:33 +02:00
parent 643431b9a6
commit 2a6eb5f351

View File

@@ -10,7 +10,7 @@
./hardware-configuration.nix ./hardware-configuration.nix
./hwaccel.nix ./hwaccel.nix
./network.nix ./network.nix
# ...and additional configurations... # ...and additional configurations...
./var_reg.nix ./var_reg.nix
./vars.nix ./vars.nix
@@ -38,6 +38,8 @@
}; };
boot.kernelModules = [ "rbd" "nbd" ]; boot.kernelModules = [ "rbd" "nbd" ];
hardware.bluetooth.enable = true;
networking.hostName = config.vars.hostname; networking.hostName = config.vars.hostname;
networking.hostId = config.vars.hostid; networking.hostId = config.vars.hostid;
networking = { networking = {