hosts: remove metadata for animus
This commit is contained in:
parent
ee9dcf39a0
commit
c9c838664c
1 changed files with 0 additions and 9 deletions
|
@ -23,15 +23,6 @@ in with tools.dns;
|
||||||
};
|
};
|
||||||
|
|
||||||
fromNowhere = {
|
fromNowhere = {
|
||||||
AnimusAlpha = let hostNames = [ "alpha.animus.com" "animus.com" ]; in {
|
|
||||||
ssh.enable = true;
|
|
||||||
ssh.id = {
|
|
||||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGpFR47Ev+W+bdng6IrDVpl8rlKBBHSr1v5lwJmZcEFH";
|
|
||||||
hostNames = portMap 69 hostNames;
|
|
||||||
};
|
|
||||||
ssh.extraConfig = tools.ssh.extraConfig hostNames [ "Port 69" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
# peering
|
# peering
|
||||||
|
|
||||||
# max
|
# max
|
||||||
|
|
Loading…
Reference in a new issue