nixos/systemd-networkd: add PREF64 related options

This commit is contained in:
Jared Baur 2024-06-09 12:15:35 -07:00
parent e04560f230
commit b867cc215f
No known key found for this signature in database
2 changed files with 24 additions and 1 deletions

View file

@ -147,7 +147,10 @@ in {
'' + optionalString (def.ipv6SendRAConfig != { }) ''
[IPv6SendRA]
${attrsToSection def.ipv6SendRAConfig}
'' + flip concatMapStrings def.ipv6Prefixes (x: ''
'' + flip concatMapStrings def.ipv6PREF64Prefixes (x: ''
[IPv6PREF64Prefix]
${attrsToSection x}
'') + flip concatMapStrings def.ipv6Prefixes (x: ''
[IPv6Prefix]
${attrsToSection x}
'') + flip concatMapStrings def.ipv6RoutePrefixes (x: ''