pulsebert: disable bluetooth

there is no wireless hardware on the new hardware
This commit is contained in:
Sandro - 2022-08-24 01:17:52 +02:00
parent 8a18475a82
commit 0beeba3686
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 1 deletions

View File

@ -24,7 +24,10 @@
tmpOnTmpfs = true;
};
hardware.enableRedistributableFirmware = true;
hardware = {
bluetooth.enable = false; # has no wireless hardware
enableRedistributableFirmware = true;
};
nix = {
buildCores = 2;