external/hosts: add horisa

host of ulrich which weirdly is in the krebs/retiolum repo, but not in
our hosts
This commit is contained in:
makefu 2019-05-15 16:06:44 +02:00
parent 66ade66c5d
commit f541eae020
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 22 additions and 0 deletions

View File

@ -167,6 +167,20 @@ in {
};
};
};
horisa = {
cores = 2;
owner = config.krebs.users.ulrich; # main laptop
nets = {
retiolum = {
ip4.addr = "10.243.226.213";
ip6.addr = "42:0:e644:9099:4f8:b9aa:3856:4e85";
aliases = [
"horisa.r"
];
tinc.pubkey = tinc-for "horisa";
};
};
};
idontcare = {
owner = config.krebs.users.Mic92;
nets = rec {

View File

@ -0,0 +1,8 @@
-----BEGIN RSA PUBLIC KEY-----
MIIBCgKCAQEA1hhBqCku98gimv0yXr6DFwE2HUemigyqX8o7IsPOW5XT/K8o+V40
Oxk3r0+c7IYREvug/raxoullf5TMJFzTzqzX4njgsiTs25V8D7hVT4jcRKTcXmBn
XpjtD+tIeDW1E6dIMMDbxKCyfd/qaeg83G7gPobeFYr4JNqQLXrnotlWMO9S13UT
+EgSP2pixv/dGIqX8WRg23YumO8jZKbso/sKKFMIEOJvnh/5EcWb24+q2sDRCitP
sWJ5j/9M1Naec/Zl27Ac2HyMWRk39F9Oo+iSbc47QvjKTEmn37P4bBg3hY9FSSFo
M90wG/NRbw1Voz6BgGlwOAoA+Ln0rVKqDQIDAQAB
-----END RSA PUBLIC KEY-----