bicep: enable mysql

This commit is contained in:
2023-07-09 23:45:32 +02:00
parent 699569249a
commit 998e66db65
3 changed files with 15 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ in rec {
postgres = {
inherit (hosts.bicep) ipv4 ipv6;
};
mysql = {
inherit (hosts.bicep) ipv4 ipv6;
};
# Also on bicep
turn = {
ipv4 = pvv-ipv4 213;