Loading nixos/modules/services/networking/prosody.nix +12 −1 Original line number Diff line number Diff line Loading @@ -716,6 +716,17 @@ in description = "Additional prosody configuration"; }; log = mkOption { type = types.lines; default = ''"*syslog"''; description = "Logging configuration. See [](https://prosody.im/doc/logging) for more details"; example = '' { { min = "warn"; to = "*syslog"; }; } ''; }; }; }; Loading Loading @@ -764,7 +775,7 @@ in pidfile = "/run/prosody/prosody.pid" log = "*syslog" log = ${cfg.log} data_path = "${cfg.dataDir}" plugin_paths = { Loading Loading
nixos/modules/services/networking/prosody.nix +12 −1 Original line number Diff line number Diff line Loading @@ -716,6 +716,17 @@ in description = "Additional prosody configuration"; }; log = mkOption { type = types.lines; default = ''"*syslog"''; description = "Logging configuration. See [](https://prosody.im/doc/logging) for more details"; example = '' { { min = "warn"; to = "*syslog"; }; } ''; }; }; }; Loading Loading @@ -764,7 +775,7 @@ in pidfile = "/run/prosody/prosody.pid" log = "*syslog" log = ${cfg.log} data_path = "${cfg.dataDir}" plugin_paths = { Loading