mic92: add anindya

This commit is contained in:
Jörg Thalheim 2021-03-22 12:38:20 +01:00 committed by makefu
parent 8e75d69978
commit 1406f4f954
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -252,8 +252,7 @@ in {
}; };
okelmann = { okelmann = {
owner = config.krebs.users.mic92; owner = config.krebs.users.mic92;
nets = { nets.retiolum = {
retiolum = {
ip4.addr = "10.243.29.190"; ip4.addr = "10.243.29.190";
aliases = [ aliases = [
"okelmann.r" "okelmann.r"
@ -270,6 +269,24 @@ in {
''; '';
}; };
}; };
anindya = {
owner = config.krebs.users.mic92;
nets.retiolum = {
ip4.addr = "10.243.29.191";
aliases = [
"anindya.r"
];
tinc.pubkey = ''
-----BEGIN RSA PUBLIC KEY-----
MIIBCgKCAQEA8yWr01WlmM4RYuJdxvzvfdN3C5T3DOknWvK7U3y92HYgtQfYtZwu
+J8r1fpTsdIS8wKdSEqz7Mjhb1JabJBB1fv/2mkAF4V/gkMbP0jqZ6QQL29kgkNP
aI/+zG1yh4kEDgSn843J6XnTsJ/4Na2zmbVP1iIIQYMXyh+meWsBVR6DKV5ighjz
4h3wKbuMmDrS50aTk8ahgWoiqcE2DTUMeprw4SIL+RTepmsCINQtAJui5Ys6AAbK
ab6gxMzRH2txLBcTfSrbqTX3qHZHLlB9Ai5FEItWqMBxquD6OCxn8DNU+5LgGpt1
Z37SI1U0c4uu1oo7kOSx6wYP2ZVOatys6QIDAQAB
-----END RSA PUBLIC KEY-----
'';
};
}; };
martha = { martha = {
owner = config.krebs.users.mic92; owner = config.krebs.users.mic92;