nixos/pulseaudio: Fix for missing zeroconf module

authored by Daniel Fullmer and committed by Robin Gloster caaa79f2 74f5fe50

+1 -1
+1 -1
nixos/modules/config/pulseaudio.nix
··· 224 # Allow PulseAudio to get realtime priority using rtkit. 225 security.rtkit.enable = true; 226 227 - systemd.packages = [ cfg.package ]; 228 }) 229 230 (mkIf hasZeroconf {
··· 224 # Allow PulseAudio to get realtime priority using rtkit. 225 security.rtkit.enable = true; 226 227 + systemd.packages = [ overriddenPackage ]; 228 }) 229 230 (mkIf hasZeroconf {