modules/cluster-network: disable IPv6 SLAAC

This commit is contained in:
Astro 2022-06-18 02:09:58 +02:00
parent d2ef696d7e
commit 36c2a1e5a6
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ in
LLDP = true;
EmitLLDP = true;
DHCP = "no";
IPv6AcceptRA = "no";
} // (lib.optionalAttrs (! zwNets.${net}.hosts4 ? ${hostName})) {
# Disable all automatic addressing on bridges. It will delay
# networkd going into operational state.