From 470eebcebe67b5923174c218e5eaef21b4de7d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 15 Sep 2023 15:44:19 +0300 Subject: [PATCH] extra host name --- data.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.nix b/data.nix index eba6e98..b2e8585 100644 --- a/data.nix +++ b/data.nix @@ -68,7 +68,8 @@ rec { publicIP = "168.119.184.134"; jakstIP = "100.89.176.5"; }; - "fwminex.motiejus.jakst" = { + "fwminex.motiejus.jakst" = rec { + extraHostNames = [jakstIP]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHlWSZ/H6DR5i5aCrlrEQLVF9MXNvls/pjlLPLaav3f+"; jakstIP = "100.89.176.6"; };