mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-01-18 08:46:46 +01:00
resolve an ipv6-space bruh moment
This commit is contained in:
parent
1e841e0397
commit
4fc7a16909
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user