From a0493fe3b05829682d315a190f01770db310e064 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 19 Sep 2022 22:39:24 +0200 Subject: [PATCH] flpk: add sshlog --- config/net/flpk.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/net/flpk.nix b/config/net/flpk.nix index 329cca5..e149d16 100644 --- a/config/net/flpk.nix +++ b/config/net/flpk.nix @@ -7,10 +7,12 @@ hosts4 = { flpk-gw = "45.158.40.160"; leon = "45.158.40.162"; + sshlog = "45.158.40.163"; }; hosts6.flpk = { flpk-gw = "2a0f:5382:acab:1400::c3d2"; leon = "2a0f:5382:acab:1400::1e0"; + sshlog = "2a0f:5382:acab:1400::22"; }; };