Open mDNS port in base config

This commit is contained in:
Vili Sinervä 2024-12-21 15:11:40 +02:00
parent 56da9efcd1
commit 7ec05c67bb
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -165,6 +165,7 @@
enable = true;
connectionConfig."connection.mdns" = "yes";
};
firewall.allowedUDPPorts = [ 5353 ]; # mDNS
tempAddresses = "disabled";
};
services.resolved.enable = true;