etheroute-lon01: fix up IPIP
This commit is contained in:
parent
105fcf1d50
commit
a344287e92
1 changed files with 2 additions and 2 deletions
|
@ -144,12 +144,12 @@ in {
|
||||||
};
|
};
|
||||||
my.ip.tailscale = "100.111.191.21";
|
my.ip.tailscale = "100.111.191.21";
|
||||||
|
|
||||||
systemd.services.quadv1-4 = makeIPIPInterface {
|
systemd.services.quadv1-4-netdev = lib.mkForce (makeIPIPInterface {
|
||||||
name = "quadv1-4";
|
name = "quadv1-4";
|
||||||
underlayDevice = "eno1";
|
underlayDevice = "eno1";
|
||||||
localIP = "83.97.19.68";
|
localIP = "83.97.19.68";
|
||||||
remoteIP = "92.118.30.254"; # Dummy for now
|
remoteIP = "92.118.30.254"; # Dummy for now
|
||||||
};
|
});
|
||||||
|
|
||||||
services.openssh.hostKeys = [
|
services.openssh.hostKeys = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue