fix: remove ALSA udev rules to resolve build issue
- Remove services.udev.packages with alsa-utils (causing udev rules conflict) - Keep services.pipewire.alsa.enable for ALSA compatibility - Re-enable alsa-utils in system packages for testing utilities - ALSA compatibility maintained through PipeWire, not udev rules
This commit is contained in:
parent
ecb9a12425
commit
7c44a7822b
1 changed files with 4 additions and 12 deletions
|
@ -15,10 +15,10 @@
|
|||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
|
||||
|
||||
# Enable WirePlumber session manager
|
||||
wireplumber.enable = true;
|
||||
|
||||
|
||||
# Extra configuration for noise suppression
|
||||
extraConfig.pipewire."10-noise-suppression" = {
|
||||
"context.properties" = {
|
||||
|
@ -27,7 +27,7 @@
|
|||
"default.clock.min-quantum" = 32;
|
||||
"default.clock.max-quantum" = 2048;
|
||||
};
|
||||
|
||||
|
||||
"context.modules" = [
|
||||
{
|
||||
name = "libpipewire-module-filter-chain";
|
||||
|
@ -69,7 +69,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
# Noise suppression plugin
|
||||
rnnoise-plugin # RNNoise LADSPA plugin
|
||||
|
||||
|
||||
# Audio control and monitoring
|
||||
pavucontrol # PulseAudio volume control (works with PipeWire)
|
||||
helvum # Graphical patchbay for PipeWire
|
||||
|
@ -104,14 +104,6 @@
|
|||
PULSE_RUNTIME_PATH = "/run/user/$UID/pulse";
|
||||
};
|
||||
|
||||
# Enable additional audio-related services
|
||||
services = {
|
||||
# Enable udev rules for audio devices
|
||||
udev.packages = with pkgs; [
|
||||
alsa-utils
|
||||
];
|
||||
};
|
||||
|
||||
# User session configuration for audio
|
||||
systemd.user.services.pipewire-pulse.wantedBy = ["default.target"];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue