hosts/prophet: new metadata
This commit is contained in:
parent
b2638f762e
commit
2da5b887eb
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
tools: {
|
tools: {
|
||||||
ssh.enable = true;
|
ssh.enable = true;
|
||||||
ssh.id = with tools.dns; {
|
ssh.id = with tools.dns; {
|
||||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJZ4FyGi69MksEn+UJZ87vw1APqiZmPNlEYIr0CbEoGv";
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAUG/ubwo68tt2jMP5ia0Sa4mnkWtlKVN5n4Y50U2nTC";
|
||||||
hostNames = subResolve "prophet" "node";
|
hostNames = subResolve "prophet" "node";
|
||||||
};
|
};
|
||||||
|
|
||||||
interfaces = {
|
interfaces = {
|
||||||
primary = {
|
primary = {
|
||||||
addr = "10.0.0.92";
|
addr = "10.0.243.216";
|
||||||
addrPublic = "152.67.79.222";
|
addrPublic = "152.67.75.145";
|
||||||
link = "enp0s3";
|
link = "enp0s6";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue