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,
|
||||
...
|
||||
}: {
|
||||
networking.interfaces.eth0.ipv6.routes = [
|
||||
{
|
||||
address = "fc00::";
|
||||
prefixLength = 64;
|
||||
}
|
||||
];
|
||||
services.keycloak = {
|
||||
database = {
|
||||
host = config'.containers.postgresql.localAddress6;
|
||||
|
|
Loading…
Reference in a new issue