services.meshtasticd.settings
NixOS option
The Meshtastic configuration file. An example of configuration can be found at https://github.com/meshtastic/firmware/blob/develop/bin/config-dist.yaml
type: YAML 1.1 valueDefault
null
Example
declared in: nixos/modules/services/networking/meshtasticd.nixView source on NixOS/nixpkgs →Lora = {
Module = "auto";
};
Webserver = {
Port = 9443;
RootPath = pkgs.meshtastic-web;
};
General = {
MaxNodes = 200;
MaxMessageQueue = 100;
MACAddressSource = "eth0";
};