9 lines
157 B
Nix
9 lines
157 B
Nix
|
{...}: {
|
||
|
services.avahi = {
|
||
|
enable = true;
|
||
|
allowInterfaces = ["eth0" "vlan102" "vlan104"];
|
||
|
reflector = true;
|
||
|
publish.enable = true;
|
||
|
};
|
||
|
}
|