pulsebert: enable bluetooth

This commit is contained in:
Sandro - 2023-05-02 21:50:39 +02:00
parent 60416e372e
commit e0add245f0
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,10 @@
tmpOnTmpfs = true;
};
hardware.deviceTree.enable = true;
hardware = {
bluetooth.enable = true;
deviceTree.enable = true;
};
nix.settings = {
cores = 2;