From a344287e921551f5207aa876aa96f3e1592b47a1 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Tue, 7 Dec 2021 16:13:32 +0000 Subject: [PATCH] etheroute-lon01: fix up IPIP --- ops/nixos/etheroute-lon01/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ops/nixos/etheroute-lon01/default.nix b/ops/nixos/etheroute-lon01/default.nix index afcc5f1800..cde43d3303 100644 --- a/ops/nixos/etheroute-lon01/default.nix +++ b/ops/nixos/etheroute-lon01/default.nix @@ -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 = [ {