mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-25 07:08:38 +01:00
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:
parent
8d4d6b53e0
commit
7c2a322c35
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user