Merge pull request #546 from genebean/avahi

Enable mDNS bits (avahi) so ESPHome container will work
This commit is contained in:
Gene Liverman 2025-09-03 13:39:37 -04:00 committed by GitHub
commit bad6408ba4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
## ##