Skip to content

Commit

Permalink
nixos/coturn: restore logging functionality (NixOS#369828)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Jan 1, 2025
2 parents 78b9d76 + 269d596 commit 831eb36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nixos/modules/services/networking/coturn.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ let
${lib.optionalString (cfg.cert != null) "cert=${cfg.cert}"}
${lib.optionalString (cfg.pkey != null) "pkey=${cfg.pkey}"}
${lib.optionalString (cfg.dh-file != null) "dh-file=${cfg.dh-file}"}
no-stdout-log
syslog
pidfile=${pidfile}
${lib.optionalString cfg.secure-stun "secure-stun"}
${lib.optionalString cfg.no-cli "no-cli"}
Expand Down

0 comments on commit 831eb36

Please sign in to comment.