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:
parent
66ade66c5d
commit
f541eae020
14
krebs/3modules/external/default.nix
vendored
14
krebs/3modules/external/default.nix
vendored
|
@ -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 = {
|
idontcare = {
|
||||||
owner = config.krebs.users.Mic92;
|
owner = config.krebs.users.Mic92;
|
||||||
nets = rec {
|
nets = rec {
|
||||||
|
|
8
krebs/3modules/external/tinc/horisa.pub
vendored
Normal file
8
krebs/3modules/external/tinc/horisa.pub
vendored
Normal 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-----
|
Loading…
Reference in a new issue