mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: enable cross VLAN mdns
This commit is contained in:
parent
5954cc30fc
commit
7c61ac80fa
7 changed files with 117 additions and 0 deletions
|
@ -102,6 +102,7 @@
|
|||
gateway = [ globals.net.home-wan.hosts.fritzbox.ipv4 ];
|
||||
matchConfig.Name = "wan";
|
||||
networkConfig.IPv6PrivacyExtensions = "yes";
|
||||
networkConfig.MulticastDNS = true;
|
||||
# dhcpV6Config.PrefixDelegationHint = "::/64";
|
||||
# FIXME: This should not be needed, but for some reason part of networkd
|
||||
# isn't seeing the RAs and not triggering DHCPv6. Even though some other
|
||||
|
@ -229,6 +230,7 @@
|
|||
to = [
|
||||
"vlan-services"
|
||||
"vlan-devices"
|
||||
"vlan-iot"
|
||||
];
|
||||
late = true;
|
||||
verdict = "accept";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue