diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2021-02-15 19:55:25 +0100 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2021-05-04 16:00:00 +0000 |
commit | 5b33b477e1b19964e71b9d3ad0d392c2538fd1e9 (patch) | |
tree | ca13c976ff6522413d6c1189830616cd2af85b33 /krebs/3modules/external | |
parent | aa5ffde456fc12e879b3ffceb84533a664bc3095 (diff) |
mic92: add okelmann
Diffstat (limited to 'krebs/3modules/external')
-rw-r--r-- | krebs/3modules/external/mic92.nix | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/krebs/3modules/external/mic92.nix b/krebs/3modules/external/mic92.nix index 306ab34eb..baa54e9e1 100644 --- a/krebs/3modules/external/mic92.nix +++ b/krebs/3modules/external/mic92.nix @@ -303,6 +303,27 @@ in { }; }; }; + okelmann = { + owner = config.krebs.users.mic92; + nets = { + retiolum = { + ip4.addr = "10.243.29.190"; + aliases = [ + "okelmann.r" + ]; + tinc.pubkey = '' + -----BEGIN RSA PUBLIC KEY----- + MIIBCgKCAQEAxquUuiW9a304H9Ls81+2BMm4bviDUU2Zogu0F1mPp6X8TpdjYpDs + +tlakSTEPHo+aIdcV9rHpjOC3tirNbYU56D8DdoSo1Ra6XNFbxWrw7usSR9gz7L+ + kYp1Uij4gKTfg6YQkU0lkufk13if6zvb/GjoBUTS/Tx+8sZm2/JKEK8JLQaCkmMu + LAUTsHj35Q8S99TzCLAoQLo136AtvPqcwwHVwkdX+S4WqtlODxfJ7T+9KFxGg54B + 1M6btg8iL5sdTFrLIBi7oK6GuLK9izvZ4O9O9H2bStW6LodqPtw2v5WA8li+YJx7 + LBgLO4aAAA6bF9WFcYyKBh6iCX0WxB7LowIDAQAB + -----END RSA PUBLIC KEY----- + ''; + }; + }; + }; martha = { owner = config.krebs.users.mic92; nets = rec { |