diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2021-11-08 13:43:38 +0100 |
---|---|---|
committer | Jörg Thalheim <joerg@thalheim.io> | 2021-11-23 17:44:50 +0100 |
commit | a36a09931eff394046d7b1268fb7b72d1f458b1a (patch) | |
tree | f5c078fd8649900c2f5c7085fafd89cd178facf8 /krebs | |
parent | 2e2f5969ec01e234d8d4e615d027698e2fd13f5f (diff) |
mic92: update eva's ip
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/external/mic92.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/3modules/external/mic92.nix b/krebs/3modules/external/mic92.nix index bfdd2c779..2249755d1 100644 --- a/krebs/3modules/external/mic92.nix +++ b/krebs/3modules/external/mic92.nix @@ -707,8 +707,8 @@ in { nets = rec { internet = { # eva.thalheim.io - ip4.addr = "157.90.232.92"; - ip6.addr = "2a01:4f8:1c1c:9a9::1"; + ip4.addr = "131.159.102.4"; + ip6.addr = "2a09:80c0:102::4"; aliases = [ "eva.i" ]; }; retiolum = { |