changes for esphome

This commit is contained in:
2024-11-09 20:50:03 +01:00
parent c3d40022df
commit b46fed0624
4 changed files with 12 additions and 8 deletions

View File

@@ -1,10 +1,16 @@
{ ... }: {
{ pkgs, ... }: {
services.avahi = {
enable = true;
reflector = true;
allowInterfaces = [
"multimedia"
"server"
"lan"
"smart"
];
};
environment.systemPackages = with pkgs; [
nssmdns
];
}