mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Enable mDNS bits (avahi) so ESPHome container will work
This commit is contained in:
parent
096149e907
commit
371b17cfcd
1 changed files with 5 additions and 0 deletions
|
|
@ -147,6 +147,11 @@ in {
|
||||||
host = "127.0.0.1";
|
host = "127.0.0.1";
|
||||||
maxHistoryLength = 2000000000;
|
maxHistoryLength = 2000000000;
|
||||||
};
|
};
|
||||||
|
avahi = {
|
||||||
|
enable = true;
|
||||||
|
nssmdns4 = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
##
|
##
|
||||||
## Gandi (gandi.net)
|
## Gandi (gandi.net)
|
||||||
##
|
##
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue