9 lines
117 B
Nix
9 lines
117 B
Nix
|
{
|
||
|
# IPP Autodiscovery
|
||
|
services.avahi = {
|
||
|
enable = true;
|
||
|
nssmdns4 = true;
|
||
|
openFirewall = true;
|
||
|
};
|
||
|
}
|