1
0
Fork 0

Fix vpn routing and git access

This commit is contained in:
Malte Brandy 2018-07-27 18:05:17 +02:00
parent 4d78fba02c
commit dca3279a80
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -11,7 +11,7 @@ in {
networking = {
interfaces.eth0 = {
ipv6.addresses = [{ address = config.m-0.hosts.borg; prefixLength = 64; }];
ipv6.addresses = [{ address = config.m-0.hosts.borg; prefixLength = 112; }];
};
inherit (config.networking) nameservers;
defaultGateway6 = { address = config.m-0.hosts.hera-intern; interface = "eth0"; };

View file

@ -19,7 +19,7 @@ in {
};
networking = {
interfaces.eth0 = {
ipv6.addresses = [{ address = config.m-0.hosts.git; prefixLength = 64; }];
ipv6.addresses = [{ address = config.m-0.hosts.git; prefixLength = 112; }];
};
inherit (config.networking) nameservers;
defaultGateway6 = { address = config.m-0.hosts.hera-intern; interface = "eth0"; };