MyNixOS website logo
option

services.esphome.environment

Extra environment variables to pass to ESPHome. Secrets should be passed using the services.esphome.environmentFile option.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  PASSWORD = "gensokyo9";
  USERNAME = "reimu";
}