diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2021-07-12 14:26:06 +0200 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2021-07-30 09:00:00 +0000 |
commit | 1d29774766b46fb37350c44da5d98c49c39b66b7 (patch) | |
tree | 923841490055c03ed2566b23c34f730e8530d19c /krebs/3modules/external/mic92.nix | |
parent | 5f38a5d722caa7f9f42332e5d6ff4af6c997aaae (diff) |
mic92: update bills ip address
Diffstat (limited to 'krebs/3modules/external/mic92.nix')
-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 2fcf9180d..d5eb47630 100644 --- a/krebs/3modules/external/mic92.nix +++ b/krebs/3modules/external/mic92.nix @@ -427,8 +427,8 @@ in { owner = config.krebs.users.mic92; nets = rec { internet = { - ip4.addr = "131.159.38.191"; - ip6.addr = "2a09:80c0:38::191"; + ip4.addr = "131.159.102.1"; + ip6.addr = "2a09:80c0:102::1"; aliases = [ "bill.i" ]; }; retiolum = { |