diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2021-10-14 15:49:08 +0200 |
---|---|---|
committer | Jörg Thalheim <joerg@thalheim.io> | 2021-10-23 14:58:10 +0200 |
commit | db9f0d97ec35cc4673bdb9b0fb8b922891400357 (patch) | |
tree | 94e25db010fd958e1f44960cac3b2459f18b6a29 /krebs/3modules/external | |
parent | b13aaa3e6539a3b9c968e694d624baccf95157c0 (diff) |
mic92: fix ips of maurice
Diffstat (limited to 'krebs/3modules/external')
-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 ec76273a6..c477eb6f1 100644 --- a/krebs/3modules/external/mic92.nix +++ b/krebs/3modules/external/mic92.nix @@ -818,8 +818,8 @@ in { nets = rec { retiolum = { addrs = [ - config.krebs.hosts.graham.nets.retiolum.ip4.addr - config.krebs.hosts.graham.nets.retiolum.ip6.addr + config.krebs.hosts.maurice.nets.retiolum.ip4.addr + config.krebs.hosts.maurice.nets.retiolum.ip6.addr ]; ip4.addr = "10.243.29.200"; aliases = [ "maurice.r" ]; |