nixos-module/container/upstream: always turn on networking.net.enableIPv6

This commit is contained in:
Astro 2023-01-11 23:20:49 +01:00
parent d8b90ca5ed
commit 7e3d4fa42a
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ in
networking.nat = lib.optionalAttrs enabled {
enable = true;
enableIPv6 = true;
internalInterfaces = [ "core" ];
externalInterface = firstUpstreamInterface;
externalIP = staticIpv4Address;