add route for fc00::
This commit is contained in:
parent
b6d4046b30
commit
ea1f268468
1 changed files with 6 additions and 0 deletions
|
@ -61,6 +61,12 @@ in {
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
networking.interfaces.eth0.ipv6.routes = [
|
||||||
|
{
|
||||||
|
address = "fc00::";
|
||||||
|
prefixLength = 64;
|
||||||
|
}
|
||||||
|
];
|
||||||
services.keycloak = {
|
services.keycloak = {
|
||||||
database = {
|
database = {
|
||||||
host = config'.containers.postgresql.localAddress6;
|
host = config'.containers.postgresql.localAddress6;
|
||||||
|
|
Loading…
Reference in a new issue