hosts: add host information for checkmate
This commit is contained in:
parent
ff0dcfa0eb
commit
3e7a8c0598
1 changed files with 10 additions and 0 deletions
|
@ -31,6 +31,16 @@ in with tools.dns; {
|
|||
addr = "10.100.3.9";
|
||||
};
|
||||
};
|
||||
checkmate = {
|
||||
ssh.id = {
|
||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINImnMfEzUBU5qiuu05DMPrddTGypOtr+cL1/yQN2GFn";
|
||||
extraHostNames = subResolve "checkmate" "node";
|
||||
};
|
||||
hypr = {
|
||||
id = "12D3KooWL84sAtq1QTYwb7gVbhSNX5ZUfVt4kgYKz8pdif1zpGUh";
|
||||
addr = "10.100.3.32";
|
||||
};
|
||||
};
|
||||
loki = {
|
||||
hypr = {
|
||||
id = "QmYZ4qA1W9hEZgDKDgKgjNge1ZX3Z25gVGxs34uEoLghgq";
|
||||
|
|
Loading…
Reference in a new issue