diff --git a/new-infra/containers/keycloak/default.nix b/new-infra/containers/keycloak/default.nix index 0342541c..6b81d25e 100644 --- a/new-infra/containers/keycloak/default.nix +++ b/new-infra/containers/keycloak/default.nix @@ -61,6 +61,12 @@ in { pkgs, ... }: { + networking.interfaces.eth0.ipv6.routes = [ + { + address = "fc00::"; + prefixLength = 64; + } + ]; services.keycloak = { database = { host = config'.containers.postgresql.localAddress6;