mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/systemd-networkd: add PREF64 related options
This commit is contained in:
parent
e04560f230
commit
b867cc215f
2 changed files with 24 additions and 1 deletions
|
@ -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: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue