diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2022-12-30 01:25:34 +0100 |
---|---|---|
committer | Jörg Thalheim <joerg@thalheim.io> | 2022-12-30 01:25:40 +0100 |
commit | 24c081edb4a8dc55a295c1d4f7bc9ca705285cca (patch) | |
tree | b35ed43ef609e8ea2393f967295b1b92b2a03b02 | |
parent | 59a0ed177a437d4cce269183865b0dedd783ad0a (diff) |
update eva's ip addresses
-rw-r--r-- | kartei/mic92/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kartei/mic92/default.nix b/kartei/mic92/default.nix index 7c5c09c81..6eacb4a27 100644 --- a/kartei/mic92/default.nix +++ b/kartei/mic92/default.nix @@ -507,8 +507,8 @@ in { nets = rec { internet = { # eva.thalheim.io - ip4.addr = "131.159.102.4"; - ip6.addr = "2a09:80c0:102::4"; + ip4.addr = "89.58.27.144"; + ip6.addr = "2a03:4000:62:fdb::"; aliases = [ "eva.i" ]; }; retiolum = { |