services.scion.scion-control.settings

NixOS option

scion-control configuration. Refer to https://docs.scion.org/en/latest/manuals/common.html for details on supported values.

type: TOML value
Default
{ }
Example
{
  path_db = {
    connection = "/run/scion-control/control.path.db";
  };
  log.console = {
    level = "info";
  };
}
declared in: nixos/modules/services/networking/scion/scion-control.nixView source on NixOS/nixpkgs →