nixos/pulseaudio: Fix for missing zeroconf module
This commit is contained in:
parent
74f5fe5068
commit
caaa79f246
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue