From 35cb8596bf6a089ce2a00b428192ec817ce9e8b1 Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Sun, 28 Apr 2024 02:32:21 +0200 Subject: [PATCH] notice-me-senpai: switch to public v4 --- hosts/notice-me-senpai/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/notice-me-senpai/default.nix b/hosts/notice-me-senpai/default.nix index 15bb6fe..07eda53 100644 --- a/hosts/notice-me-senpai/default.nix +++ b/hosts/notice-me-senpai/default.nix @@ -18,7 +18,7 @@ in interfaces = [{ type = "tap"; - id = "serv-tlm-mon"; + id = "flpk-tlm-mon"; mac = mac_addr; }]; @@ -61,12 +61,12 @@ in mac = mac_addr; matchOn = "mac"; useDHCP = false; - addr4 = "172.20.73.10/25"; - dns = [ "172.20.73.8" "9.9.9.9" ]; + addr4 = "45.158.40.162/27"; + dns = [ "1.1.1.1" ]; routes = [ { routeConfig = { - Gateway = "172.20.73.1"; + Gateway = "45.158.40.160"; GatewayOnLink = true; Destination = "0.0.0.0/0"; };