From cb0fc8bb9e29cb669a5229ffb9f80ca2a00e2ee0 Mon Sep 17 00:00:00 2001 From: kalipso Date: Tue, 28 Jan 2025 14:56:09 +0100 Subject: [PATCH] [malovpn] add hetzner --- machines/modules/malobeo/peers.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/machines/modules/malobeo/peers.nix b/machines/modules/malobeo/peers.nix index 787cabf..febf4c5 100644 --- a/machines/modules/malobeo/peers.nix +++ b/machines/modules/malobeo/peers.nix @@ -30,6 +30,13 @@ publicKey = "TrJ4UAF//zXdaLwZudI78L+rTC36zEDodTDOWNS4Y1Y="; }; + "hetzner" = { + role = "client"; + address = [ "10.100.0.6/24" ]; + allowedIPs = [ "10.100.0.6/32" ]; + publicKey = "csRzgwtnzmSLeLkSwTwEOrdKq55UOxZacR5D3GopCTQ="; + }; + "fanny" = { role = "client"; address = [ "10.100.0.101/24" ];