Moved proxy declaration to specialisation Enabled avahi Enabled CUPS printing services
7 lines
101 B
Nix
7 lines
101 B
Nix
{...}: {
|
|
services.avahi = {
|
|
enable = true;
|
|
nssmdns = true;
|
|
openFirewall = true;
|
|
};
|
|
}
|