7 lines
104 B
Nix
7 lines
104 B
Nix
{ ... }: {
|
|
services.avahi = {
|
|
enable = true;
|
|
nssmdns4 = true;
|
|
openFirewall = true;
|
|
};
|
|
}
|