phone: Disable pulseaudio / bluetooth / IIO sensors

Bluetooth is presumably broken due to changed file names and IIO sensors
weren't really working properly anyway. Pipewire will be attempted to
see if it fixes some of the issues encountered with Pulseaudio.
This commit is contained in:
Donovan Glover 2024-06-18 17:43:54 -04:00
parent 8d4d6b53e0
commit 7c2a322c35
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -188,16 +188,6 @@ in
};
};
hardware = {
pulseaudio = {
enable = true;
package = pkgs.pulseaudioFull;
};
bluetooth.enable = true;
sensor.iio.enable = true;
};
services = {
openssh.enable = true;
resolved.llmnr = "false";