summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-08-12 22:45:52 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-08-13 08:01:03 +0100
commite296d69e1af19d93d95668686ab47e4420b9bd3b (patch)
treef63703614c8a9e73aff1383f83ea7469194bd3e7 /krebs
parent03939b14e1d5820bee8c43d63b34c6e3e0e5eac4 (diff)
mic92: allocate retiolum subnet for tinc
Diffstat (limited to 'krebs')
-rw-r--r--krebs/3modules/external/mic92.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/krebs/3modules/external/mic92.nix b/krebs/3modules/external/mic92.nix
index b8aaf990..06ee2e7b 100644
--- a/krebs/3modules/external/mic92.nix
+++ b/krebs/3modules/external/mic92.nix
@@ -273,8 +273,12 @@ in {
Pxol8FwH5+Q72bLtvg5Zva8D0Vx2U1jYSHEkRDDzaS5Z6Fus+zeZVMsCAwEAAQ==
-----END RSA PUBLIC KEY-----
'';
- # ohorn lan
- tinc.subnets = [ "fd42:4492:6a6d:500:8526:2adf:7451:8bbb" ];
+ 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"
+ ];
};
};
};