+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
+186
nixos/modules/services/misc/uhub.nix
+186
nixos/modules/services/misc/uhub.nix
···
···+plugin ${uhubPkg.mod_logging}/mod_logging.so ${if cfg.plugins.logging.syslog then "syslog=true" else "file=${cfg.plugins.logging.file}"}+plugin ${uhubPkg.mod_welcome}/mod_welcome.so "motd=${pkgs.writeText "motd.txt" cfg.plugins.welcome.motd} rules=${pkgs.writeText "rules.txt" cfg.plugins.welcome.rules}"+plugin ${uhubPkg.mod_chat_history}/mod_chat_history.so "history_max=${toString cfg.plugins.history.max} history_default=${toString cfg.plugins.history.default} history_connect=${toString cfg.plugins.history.connect}"+description = "Path to user database. Use the uhub-passwd utility to create the database and add/remove users.";+description = "When !history is provided without arguments, then this default number of messages are returned.";+description = "The number of chat history messages to send when users connect (0 = do not send any history).";