[NixOS] Fix issue with propagatedBuildInputs for wyoming-satellite

This commit is contained in:
2025-02-06 13:27:20 -07:00
parent 94e3c08f88
commit 6fe2f72025
9 changed files with 71 additions and 59 deletions

View File

@@ -40,7 +40,12 @@ makeEnable config "myModules.base" true {
# Audio
hardware.pulseaudio.enable = false;
services.pipewire.audio.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
};
# Bluetooth
hardware.bluetooth.enable = true;