diff options
author | lassulus <git@lassul.us> | 2023-11-03 18:03:09 +0100 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-11-03 18:03:09 +0100 |
commit | 8fc693cae24b063f955e99e101c3508584f616b5 (patch) | |
tree | c47fb8a1ac21526539835835d22b3a189b559792 | |
parent | 095f89e9726fe5247aba6508b13ecbba756904d1 (diff) | |
parent | d1b54dcef22cb7960d9a5b98dd4e817feb8c2363 (diff) |
Merge remote-tracking branch 'mic92/master'
-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 878db4cc8..00fb92128 100644 --- a/kartei/mic92/default.nix +++ b/kartei/mic92/default.nix @@ -80,8 +80,8 @@ in { nets = rec { internet = { # eve.thalheim.io - ip4.addr = "88.99.244.96"; - ip6.addr = "2a01:4f8:10b:49f::1"; + ip4.addr = "95.217.199.121"; + ip6.addr = "2a01:4f9:4a:42e8::1"; aliases = [ "eve.i" ]; }; retiolum = { |