services.umurmur.settings.channels

NixOS option

Channel tree definitions.

type: list of (attribute set)
Default
[
  {
    description = "Root channel.";
    name = "root";
    noenter = false;
    parent = "";
  }
]
declared in: nixos/modules/services/networking/umurmur.nixView source on NixOS/nixpkgs →