enable bluetooth hardware

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

View File

@@ -38,6 +38,8 @@
};
boot.kernelModules = [ "rbd" "nbd" ];
hardware.bluetooth.enable = true;
networking.hostName = config.vars.hostname;
networking.hostId = config.vars.hostid;
networking = {