nixos/pulseaudio: Fix for missing zeroconf module

This commit is contained in:
Daniel Fullmer 2017-08-02 21:17:19 -04:00 committed by Robin Gloster
parent 74f5fe5068
commit caaa79f246

View file

@ -224,7 +224,7 @@ in {
# Allow PulseAudio to get realtime priority using rtkit.
security.rtkit.enable = true;
systemd.packages = [ cfg.package ];
systemd.packages = [ overriddenPackage ];
})
(mkIf hasZeroconf {