etheroute-lon01: fix up IPIP

This commit is contained in:
Luke Granger-Brown 2021-12-07 16:13:32 +00:00
parent 105fcf1d50
commit a344287e92

View file

@ -144,12 +144,12 @@ in {
};
my.ip.tailscale = "100.111.191.21";
systemd.services.quadv1-4 = makeIPIPInterface {
systemd.services.quadv1-4-netdev = lib.mkForce (makeIPIPInterface {
name = "quadv1-4";
underlayDevice = "eno1";
localIP = "83.97.19.68";
remoteIP = "92.118.30.254"; # Dummy for now
};
});
services.openssh.hostKeys = [
{