summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-08-13 08:05:03 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-08-13 08:05:03 +0100
commitda272bc7c33961ffd29eb694cb3ccd1a776c3e93 (patch)
tree1717e74e3f5a9631c364c43554379c474897afe4 /krebs
parente296d69e1af19d93d95668686ab47e4420b9bd3b (diff)
mic92: use subnet that does not include my server
Diffstat (limited to 'krebs')
-rw-r--r--krebs/3modules/external/mic92.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/3modules/external/mic92.nix b/krebs/3modules/external/mic92.nix
index 06ee2e7b..58e9e6be 100644
--- a/krebs/3modules/external/mic92.nix
+++ b/krebs/3modules/external/mic92.nix
@@ -276,8 +276,8 @@ in {
tinc.subnets = [
# ohorn lan
"fd42:4492:6a6d:500:8526:2adf:7451:8bbb"
- # same prefix as `config.krebs.hosts.eve.nets.retiolum.ip6.addr`
- "42:0000:3c46:70c7::/80"
+ # docker network
+ "42:0000:002b:1605:3::/80"
];
};
};