enable bluetooth hardware
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user