extra host name

compress-drv-tests
Motiejus Jakštys 2023-09-15 15:44:19 +03:00
parent 40dd311cc6
commit 470eebcebe
1 changed files with 2 additions and 1 deletions

View File

@ -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";
};