Fix warning

This commit is contained in:
Daniel Flanagan 2023-11-13 09:11:22 -06:00
parent 63eb8f543a
commit 3504ffef09
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -353,7 +353,7 @@ in {
services.avahi = { services.avahi = {
enable = true; enable = true;
reflector = true; reflector = true;
interfaces = [ allowInterfaces = [
lan_if lan_if
]; ];
}; };