diff --git a/machines/modules/malobeo/peers.nix b/machines/modules/malobeo/peers.nix index 5f2de9bc..070e13f9 100644 --- a/machines/modules/malobeo/peers.nix +++ b/machines/modules/malobeo/peers.nix @@ -43,4 +43,11 @@ allowedIPs = [ "10.100.0.101/32" ]; publicKey = "3U59F6T1s/1LaZBIa6wB0qsVuO6pRR9jfYZJIH2piAU="; }; + + "backup0" = { + role = "client"; + address = "10.100.0.20"; + allowedIPs = [ "10.100.0.20/32" ]; + publicKey = "Pp55Jg//jREzHdbbIqTXc9N7rnLZIFw904qh6NLrACE="; + }; }