services.umurmur.settings.channel_links

NixOS option

Channel tree definitions.

type: list of (attribute set)
Default
[ ]
Example
[
  {
    destination = "Red team";
    source = "Lobby";
  }
]
declared in: nixos/modules/services/networking/umurmur.nixView source on NixOS/nixpkgs →