MyNixOS website logo
option

services.meshtasticd.settings

The Meshtastic configuration file.

An example of configuration can be found at https://github.com/meshtastic/firmware/blob/develop/bin/config-dist.yaml.

Declarations
Type
YAML 1.1 value
Example
Lora = {
  Module = "auto";
};
Webserver = {
  Port = 9443;
  RootPath = pkgs.meshtastic-web;
};
General = {
  MaxNodes = 200;
  MaxMessageQueue = 100;
  MACAddressSource = "eth0";
};