services.scion.scion-daemon.settings
NixOS option
scion-daemon configuration. Refer to https://docs.scion.org/en/latest/manuals/common.html for details on supported values.
type: TOML valueDefault
{ }Example
declared in: nixos/modules/services/networking/scion/scion-daemon.nixView source on NixOS/nixpkgs →{
path_db = {
connection = "/run/scion-daemon/sd.path.db";
};
log.console = {
level = "info";
};
}