bicep: use mysql on bicep as production server

This commit is contained in:
2023-09-07 18:20:15 +02:00
committed by h7x4
parent 3beb76e411
commit b52753987d
3 changed files with 32 additions and 4 deletions

View File

@@ -3,6 +3,9 @@ let
pvv-ipv4 = suffix: "129.241.210.${toString suffix}";
pvv-ipv6 = suffix: "2001:700:300:1900::${toString suffix}";
in rec {
ipv4-space = pvv-ipv4 "128/25";
ipv6-space = pvv-ipv4 "/64";
services = {
matrix = {
inherit (hosts.bicep) ipv4 ipv6;