commit 470eebcebe67b5923174c218e5eaef21b4de7d31 (tree)
parent 40dd311cc6c98040db4f3f9526324050d6bea096
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Fri, 15 Sep 2023 15:44:19 +0300
extra host name
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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";
};