Skip to content

Commit

Permalink
nixos/coturn: restore logging functionality
Browse files Browse the repository at this point in the history
Due to undetermined hardening changes logging to syslog does not work
anymore, but we don't need it. We're running in a systemd unit so allow
logging to stdout instead.

(cherry picked from commit 269d596)
  • Loading branch information
mweinelt authored and github-actions[bot] committed Jan 1, 2025
1 parent 73970c9 commit c940a51
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 c940a51

Please sign in to comment.