mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-04 12:25:53 +02:00
13 lines
No EOL
268 B
Nix
13 lines
No EOL
268 B
Nix
{
|
|
services.avahi = {
|
|
enable = true;
|
|
nssmdns = true;
|
|
publish.enable = true;
|
|
publish.domain = true;
|
|
publish.addresses = true;
|
|
publish.workstation = true;
|
|
publish.userServices = true;
|
|
};
|
|
|
|
networking.firewall.allowedUDPPorts = [ 5353 ];
|
|
} |