summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarshavardhan Unnibhavi <harshanavkis@gmail.com>2021-02-04 16:26:03 +0000
committerGitea <gitea@fake.local>2021-02-11 10:25:01 +0000
commitb879ccaeb92b6ee725719c53d93a53427d984a2f (patch)
treea0f41d081b71366c61e4429e34fd38fc47b9b809
parent438567e9b1cad51515791023a424d1b5773e148f (diff)
Add redha to tinc
-rw-r--r--krebs/3modules/external/mic92.nix22
1 files changed, 22 insertions, 0 deletions
diff --git a/krebs/3modules/external/mic92.nix b/krebs/3modules/external/mic92.nix
index 76f7d9b0..3d5672b0 100644
--- a/krebs/3modules/external/mic92.nix
+++ b/krebs/3modules/external/mic92.nix
@@ -453,6 +453,28 @@ in {
};
};
};
+
+ redha = {
+ owner = config.krebs.users.mic92;
+ nets = {
+ retiolum = {
+ ip4.addr = "10.243.29.188";
+ aliases = [
+ "redha.r"
+ ];
+ tinc.pubkey = ''
+ -----BEGIN RSA PUBLIC KEY-----
+ MIIBCgKCAQEAx7STxTTPMxXugweHpUGOeLUrrTSCt7j5l+fjNtArIygOGKEiAC5O
+ s0G4WHK2IcrNnv7pxS09S5mnXywi51aAL+G2fKzcU3YgLFuoUN4Kk5LohMvBynEE
+ a3kZK2/D+LMeFfpK2RWBPjLnulN29ke11Iot42TC6+NIMWiZh/Y2T0mKirUJQGsH
+ RV3zRlR7YfIOdR1AZ5S+qrmPF8hLb7O08TTXrHo8NQk5NAVUS89OYcn1pc9hnf/e
+ FK5qRrQFMRFB8KGV+n3+cx3XCM2q0ZPTNf06N+Usx6vTKLASa/4GaTcbBx+9Dndm
+ mFVWq9JjLa8e65tojzj8PhmgxqaNCf8aKwIDAQAB
+ -----END RSA PUBLIC KEY-----
+ '';
+ };
+ };
+ };
grandalf = {
owner = config.krebs.users.mic92;