hosts: add grail
This commit is contained in:
parent
4b4ab387e9
commit
a2e8ca16e0
1 changed files with 12 additions and 0 deletions
|
@ -44,6 +44,18 @@ in with tools.dns; {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
grail = {
|
||||||
|
ssh.id = {
|
||||||
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBi5Fm2pmMBhRgJms+me1ldt9Vgj9cMSnB7UllSz3mpY";
|
||||||
|
extraHostNames = subResolve "grail" "node";
|
||||||
|
};
|
||||||
|
hypr = {
|
||||||
|
id = "12D3KooWN31twBvdEcxz2jTv4tBfPe3mkNueBwDJFCN4xn7ZwFbi";
|
||||||
|
routes = [
|
||||||
|
"10.1.0.6/32"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
thunderskin = {
|
thunderskin = {
|
||||||
ssh.id = {
|
ssh.id = {
|
||||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGV8TbMvGXfAp9R2I9GdR7aLlGjxh2CW1pCZjQSB4TJp";
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGV8TbMvGXfAp9R2I9GdR7aLlGjxh2CW1pCZjQSB4TJp";
|
||||||
|
|
Loading…
Reference in a new issue