diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2022-05-08 19:50:55 +0200 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2022-05-10 20:00:03 +0000 |
commit | 62e78fd17b54eae17e5871f0dcde6d4a3a9addf5 (patch) | |
tree | 86eb64e172816fdb04d4d02038aad52f7ed2567e /krebs/3modules | |
parent | 39c7bd462a43b90d113ad4315266b0166dff09da (diff) |
mic92: add hostnames to rock and rauter
Diffstat (limited to 'krebs/3modules')
-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 779e242c0..fa0e4ff97 100644 --- a/krebs/3modules/external/mic92.nix +++ b/krebs/3modules/external/mic92.nix @@ -163,6 +163,7 @@ in { rauter = { owner = config.krebs.users.mic92; nets = rec { + internet.addrs = [ "rauter.thalheim.io" ]; retiolum = { aliases = [ "rauter.r" ]; tinc.pubkey = '' @@ -472,6 +473,7 @@ in { rock = { owner = config.krebs.users.mic92; nets = { + internet.addrs = [ "rock.thalheim.io" ]; retiolum = { aliases = [ "rock.r" |