Merge pull request #17994 from Profpatsch/pulseaudio-fix
nixos/pulseaudio: remove stray load-modules
This commit is contained in:
commit
00dad1df50
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ let
|
|||
${addModuleIf cfg.zeroconf.publish.enable "module-zeroconf-publish"}
|
||||
${addModuleIf cfg.zeroconf.discovery.enable "module-zeroconf-discover"}
|
||||
${addModuleIf cfg.tcp.enable (concatStringsSep " "
|
||||
([ "load-module module-native-protocol-tcp" ] ++ allAnon ++ ipAnon))}
|
||||
([ "module-native-protocol-tcp" ] ++ allAnon ++ ipAnon))}
|
||||
${cfg.extraConfig}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue