Nix configurations for my homelab
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update pipewire config for 1.6.3+

yemou 94a63150 254d71dc

+2 -1
+2 -1
modules/audio.nix
··· 14 14 }; 15 15 jack.enable = true; 16 16 pulse.enable = true; 17 + extraLadspaPackages = with pkgs; [ rnnoise-plugin ]; 17 18 extraConfig.pipewire."99-RNNoise.conf" = { 18 19 "context.modules" = [ 19 20 { ··· 26 27 { 27 28 "type" = "ladspa"; 28 29 "name" = "rnnoise"; 29 - "plugin" = "${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so"; 30 + "plugin" = "librnnoise_ladspa"; 30 31 "label" = "noise_suppressor_mono"; 31 32 "control" = { 32 33 "VAD Threshold (%)" = 50.0;