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
- Type
YAML 1.1 value- Example
Lora = { Module = "auto"; }; Webserver = { Port = 9443; RootPath = pkgs.meshtastic-web; }; General = { MaxNodes = 200; MaxMessageQueue = 100; MACAddressSource = "eth0"; };- Declared
- <nixpkgs/nixos/modules/services/networking/meshtasticd.nix>