diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2022-01-09 12:49:26 +0100 |
---|---|---|
committer | Jörg Thalheim <joerg@thalheim.io> | 2022-01-09 12:49:26 +0100 |
commit | 4f5f9c87f18065841a269dd96a5713c5c9d929c6 (patch) | |
tree | d9d1d6b32ee1d68828c4f04cd51569ff3f943695 /krebs | |
parent | d814ddd21239e323676afc4f9c780b340857a624 (diff) |
jarvis: add dyndns
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/external/mic92.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/3modules/external/mic92.nix b/krebs/3modules/external/mic92.nix index 349a6c343..6c8c65b93 100644 --- a/krebs/3modules/external/mic92.nix +++ b/krebs/3modules/external/mic92.nix @@ -678,7 +678,9 @@ in { jarvis = { owner = config.krebs.users.mic92; nets = rec { + internet.addrs = [ "jarvis.thalheim.io" ]; retiolum = { + via = internet; aliases = [ "jarvis.r" ]; tinc.pubkey = '' -----BEGIN RSA PUBLIC KEY----- |