mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: disable mdns on all vlans except services
This commit is contained in:
parent
d7b79ab6e9
commit
58f2c82b65
3 changed files with 3 additions and 3 deletions
|
@ -112,7 +112,7 @@ in
|
|||
matchConfig.Name = "me-${vlanName}";
|
||||
networkConfig = {
|
||||
IPv6PrivacyExtensions = "yes";
|
||||
MulticastDNS = true;
|
||||
MulticastDNS = vlanName == "services";
|
||||
};
|
||||
linkConfig.RequiredForOnline = "routable";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue