summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-04-28 18:13:54 +0200
committermakefu <github@syntax-fehler.de>2021-05-15 13:11:35 +0200
commit2a305c55a7a7ea524c7de79ee681b87f40ea4308 (patch)
tree6df6eb642c451b8a6add7d537e8dcac1475435b5
parent005137918e1f8dbb28f389dacea7e4bdbc0dc6b5 (diff)
mic92: add bill
-rw-r--r--krebs/3modules/external/mic92.nix23
1 files changed, 23 insertions, 0 deletions
diff --git a/krebs/3modules/external/mic92.nix b/krebs/3modules/external/mic92.nix
index a2a154eb..d9862fe3 100644
--- a/krebs/3modules/external/mic92.nix
+++ b/krebs/3modules/external/mic92.nix
@@ -414,6 +414,29 @@ in {
};
};
};
+ bill = {
+ owner = config.krebs.users.mic92;
+ nets = rec {
+ retiolum = {
+ addrs = [
+ config.krebs.hosts.bill.nets.retiolum.ip4.addr
+ config.krebs.hosts.bill.nets.retiolum.ip6.addr
+ ];
+ ip4.addr = "10.243.29.195";
+ aliases = [ "bill.r" ];
+ tinc.pubkey = ''
+ -----BEGIN RSA PUBLIC KEY-----
+ MIIBCgKCAQEAzg0wJuDvsbflRKSJ7+ug9y7Gn+BH3CR44fuCPZpWmIcGIUbA6rXj
+ CD8pF5heOvXNCFlEip2wqTkaCJPnUs3x8BRtORmD6OxDdmqt0xH54u7CixKzrPp9
+ GIQydv+ZsGA2z3aDbmBydRPDIvYGhW68FJn10qlGRjCZ5zCl1eVEZ/wMddFXc0B8
+ KDbxh7qOkjXon6EOGACVbnrnUR3F1GsIvCxX0cCDrO0P8XHwwsZiAfUwXYkiqw7t
+ zPcty6Bbr34mSJbb9cFb/qQlfPWT0HVgo+Q65HVkr/64o/9tTyREZcj1dk5PpEPE
+ bt7PGlOF1oPZpVFQh8S+NviHTtqrvkuISQIDAQAB
+ -----END RSA PUBLIC KEY-----
+ '';
+ };
+ };
+ };
rock = {
owner = config.krebs.users.mic92;
nets = {