services.syncplay.motdFile
NixOS option
Path to text to display when users join. Will override services.syncplay.motd.
type: null or stringDefault
declared in: nixos/modules/services/networking/syncplay.nixView source on NixOS/nixpkgs →if services.syncplay.motd != null then (builtins.toFile "motd" services.syncplay.motd) else null