10 lines
147 B
Nix
10 lines
147 B
Nix
{
|
|
# enable mDNS and discovery
|
|
services.avahi = {
|
|
enable = true;
|
|
reflector = true;
|
|
openFirewall = true;
|
|
nssmdns4 = true;
|
|
};
|
|
}
|