extra host name
This commit is contained in:
parent
40dd311cc6
commit
470eebcebe
3
data.nix
3
data.nix
@ -68,7 +68,8 @@ rec {
|
|||||||
publicIP = "168.119.184.134";
|
publicIP = "168.119.184.134";
|
||||||
jakstIP = "100.89.176.5";
|
jakstIP = "100.89.176.5";
|
||||||
};
|
};
|
||||||
"fwminex.motiejus.jakst" = {
|
"fwminex.motiejus.jakst" = rec {
|
||||||
|
extraHostNames = [jakstIP];
|
||||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHlWSZ/H6DR5i5aCrlrEQLVF9MXNvls/pjlLPLaav3f+";
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHlWSZ/H6DR5i5aCrlrEQLVF9MXNvls/pjlLPLaav3f+";
|
||||||
jakstIP = "100.89.176.6";
|
jakstIP = "100.89.176.6";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user