1
0
Fork 0

resolve an ipv6-space bruh moment

This commit is contained in:
Oystein Kristoffer Tveit 2023-10-10 17:14:57 +02:00
parent 1e841e0397
commit 4fc7a16909
Signed by untrusted user: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ let
pvv-ipv6 = suffix: "2001:700:300:1900::${toString suffix}";
in rec {
ipv4-space = pvv-ipv4 "128/25";
ipv6-space = pvv-ipv4 "/64";
ipv6-space = pvv-ipv6 "/64";
services = {
matrix = {