8 lines
101 B
Nix
8 lines
101 B
Nix
{
|
|
services.esphome = {
|
|
enable = true;
|
|
address = "0.0.0.0";
|
|
openFirewall = true;
|
|
};
|
|
}
|