services.syncplay.motdFile

NixOS option

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

type: null or string
Default
if services.syncplay.motd != null then (builtins.toFile "motd" services.syncplay.motd) else null
declared in: nixos/modules/services/networking/syncplay.nixView source on NixOS/nixpkgs →