hosts: add host information for thunderskin
This commit is contained in:
parent
3e7a8c0598
commit
450790aa95
1 changed files with 10 additions and 0 deletions
|
@ -41,6 +41,16 @@ in with tools.dns; {
|
||||||
addr = "10.100.3.32";
|
addr = "10.100.3.32";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
thunderskin = {
|
||||||
|
ssh.id = {
|
||||||
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGV8TbMvGXfAp9R2I9GdR7aLlGjxh2CW1pCZjQSB4TJp";
|
||||||
|
extraHostNames = subResolve "thunderskin" "node";
|
||||||
|
};
|
||||||
|
hypr = {
|
||||||
|
id = "12D3KooWB9AUPorFoACkWbphyargRBV9osJsYuQDumtQ85j7Aqmg";
|
||||||
|
addr = "10.100.3.4";
|
||||||
|
};
|
||||||
|
};
|
||||||
loki = {
|
loki = {
|
||||||
hypr = {
|
hypr = {
|
||||||
id = "QmYZ4qA1W9hEZgDKDgKgjNge1ZX3Z25gVGxs34uEoLghgq";
|
id = "QmYZ4qA1W9hEZgDKDgKgjNge1ZX3Z25gVGxs34uEoLghgq";
|
||||||
|
|
Loading…
Reference in a new issue