bear, reese: init
This commit is contained in:
parent
91ed1abe65
commit
881078abf8
1 changed files with 16 additions and 0 deletions
16
hosts.nix
16
hosts.nix
|
@ -123,6 +123,22 @@ with lib;
|
||||||
wireguardKey = "9vyIoXuu1UVjV+aFeuX9LoHRBeAAsiHbrLmYQY4nsQQ=";
|
wireguardKey = "9vyIoXuu1UVjV+aFeuX9LoHRBeAAsiHbrLmYQY4nsQQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
reese = {
|
||||||
|
hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPd0qGxvcMLDwX1bqYpwOUL5c/CIgBllMFr+bGkwiwAn root@reese";
|
||||||
|
endpoint = "reese.internetcat.org";
|
||||||
|
ipv4 = "10.127.1.5";
|
||||||
|
ipv6 = "fd70:81ca:0f8f:1::5";
|
||||||
|
wireguardKey = "K/wArdwedMwjQULPOjOrPoEwsevaRhBZ3rUrH7pNWHM=";
|
||||||
|
};
|
||||||
|
|
||||||
|
bear = {
|
||||||
|
hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZ9Kn1CIcDHaleKHf7zO6O30Rbxs/FwL0/Ie+mEjZJr root@bear";
|
||||||
|
endpoint = "bear.internetcat.org";
|
||||||
|
ipv4 = "10.127.1.6";
|
||||||
|
ipv6 = "fd70:81ca:0f8f:1::6";
|
||||||
|
wireguardKey = "mXWQo1Vn2YFr7OhFNc3g7Zbcf/qnwuLx8HHCn6HKwBc=";
|
||||||
|
};
|
||||||
|
|
||||||
tohru = {
|
tohru = {
|
||||||
hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOk8wuGzF0Y7SaH9aimo3SmCz99MTQwL+rEVhx0jsueU root@tohru";
|
hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOk8wuGzF0Y7SaH9aimo3SmCz99MTQwL+rEVhx0jsueU root@tohru";
|
||||||
subnet = "roaming";
|
subnet = "roaming";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue