MyNixOS website logo
option

services.syncplay.motdFile

Path to text to display when users join. Will override services.syncplay.motd.

Declarations
Type
null or string
Default
if services.syncplay.motd != null then (builtins.toFile "motd" services.syncplay.motd) else null